git: 2.14.2 -> 2.14.3

This commit is contained in:
Tim Steinbach 2017-10-23 08:46:15 -04:00
parent fd7fe95ee8
commit 124e462455
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
}:
let
version = "2.14.2";
version = "2.14.3";
svn = subversionClient.override { perlBindings = true; };
in
@ -22,7 +22,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "18f70gfzwqd210806hmf94blcd7yv5h9ka6xqkpd2jhijqwp5sah";
sha256 = "078m0za5gyzcah5iaxdwx663yvdp8byvjc8rpzjzcrr4sl6rcc2k";
};
hardeningDisable = [ "format" ];