Skip to content

Commit

Permalink
git: 2.14.0 -> 2.14.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
infinisil committed Aug 11, 2017
1 parent 5f372ef commit 4a0efc9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}:

let
version = "2.14.0";
version = "2.14.1";
svn = subversionClient.override { perlBindings = true; };
in

Expand All @@ -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" ];
Expand Down

0 comments on commit 4a0efc9

Please sign in to comment.