mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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:
parent
5f372ef67f
commit
4a0efc9c4f
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user