gitAndTools.diff-so-fancy: 1.4.1 -> 1.4.2

ChangeLog: https://github.com/so-fancy/diff-so-fancy/releases/tag/v1.4.2
(cherry picked from commit d387353590e9a1c6c7206ee6a64551570769b03d)
This commit is contained in:
Maximilian Bosch 2021-06-14 22:36:43 +02:00
parent 73167dd575
commit 2a27281bc1
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "diff-so-fancy"; pname = "diff-so-fancy";
version = "1.4.1"; version = "1.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "so-fancy"; owner = "so-fancy";
repo = "diff-so-fancy"; repo = "diff-so-fancy";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-bV22x459QerWg4MVLWsXPDhM38QWG6BE+dVmKIFfDiE="; sha256 = "sha256-1kBarsRiuB8fv7VLlWfpotPfHeMrfmIXHXTFu8TzC2A=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
diff-so-fancy builds on the good-lookin' output of git contrib's diff-so-fancy builds on the good-lookin' output of git contrib's
diff-highlight to upgrade your diffs' appearances. diff-highlight to upgrade your diffs' appearances.
''; '';
maintainers = with maintainers; [ fpletz globin ]; maintainers = with maintainers; [ fpletz globin ma27 ];
}; };
} }