Skip to content

Commit 735329a

Browse files
committedSep 26, 2017
git: 2.14.1 -> 2.14.2
(cherry picked from commit 5a2a35a)
1 parent 10bb7fd commit 735329a

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/version-management/git-and-tools/git

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/version-management/git-and-tools/git/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}:
1414

1515
let
16-
version = "2.14.1";
16+
version = "2.14.2";
1717
svn = subversionClient.override { perlBindings = true; };
1818
in
1919

@@ -22,7 +22,7 @@ stdenv.mkDerivation {
2222

2323
src = fetchurl {
2424
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
25-
sha256 = "1iic3wiihxp3l3k6d4z886v3869c3dzgddjxnd5124wy1rnlqwkg";
25+
sha256 = "18f70gfzwqd210806hmf94blcd7yv5h9ka6xqkpd2jhijqwp5sah";
2626
};
2727

2828
hardeningDisable = [ "format" ];

0 commit comments

Comments
 (0)
Please sign in to comment.