Merge pull request #127464 from Ma27/backport-diff-so-fancy
[21.05] gitAndTools.diff-so-fancy: 4.1.0 -> 4.1.2
This commit is contained in:
commit
e3c88e2a94
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "diff-so-fancy";
|
pname = "diff-so-fancy";
|
||||||
version = "1.4.0";
|
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-//n7kOANVHRSjxclxDcMnpMVzUcd/U6fFsP8acRjVWA=";
|
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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user