git: 2.14.1 -> 2.14.2

This commit is contained in:
Tim Steinbach 2017-09-26 08:50:00 -04:00
parent d5bc2da23f
commit 5a2a35aef3
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -13,7 +13,7 @@
}:
let
version = "2.14.1";
version = "2.14.2";
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 = "1iic3wiihxp3l3k6d4z886v3869c3dzgddjxnd5124wy1rnlqwkg";
sha256 = "18f70gfzwqd210806hmf94blcd7yv5h9ka6xqkpd2jhijqwp5sah";
};
hardeningDisable = [ "format" ];