git: 2.14.0 -> 2.14.1

The new version contains a security fix for CVE-2017-1000117

More information regarding this update can be found here:
http://marc.info/?l=git&m=150238802328673&w=2
This commit is contained in:
Silvan Mosberger 2017-08-11 02:17:35 +02:00
parent 5f372ef67f
commit 4a0efc9c4f
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -12,7 +12,7 @@
}:
let
version = "2.14.0";
version = "2.14.1";
svn = subversionClient.override { perlBindings = true; };
in
@ -21,7 +21,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "0xarcp0m7jbncic0g3ahz8l2d6b27h0g9ndgrhy9abkx61m6wgpr";
sha256 = "1iic3wiihxp3l3k6d4z886v3869c3dzgddjxnd5124wy1rnlqwkg";
};
hardeningDisable = [ "format" ];