git: 2.11.1 -> 2.12.0

This commit is contained in:
Tim Steinbach 2017-02-25 08:56:58 -05:00 committed by Graham Christensen
parent 392331ad58
commit 7611525c00
No known key found for this signature in database
GPG Key ID: 06121D366FE9435C

View File

@ -11,7 +11,7 @@
}: }:
let let
version = "2.11.1"; version = "2.12.0";
svn = subversionClient.override { perlBindings = true; }; svn = subversionClient.override { perlBindings = true; };
in in
@ -20,7 +20,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"; url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "05b4jw86w77c3pyh3nm6aw31vhxwzvhnx2x0bcfqmm15wg57k9y0"; sha256 = "09r0lcjj5v2apj39f0ziqzjq2bi1jpnhszc9q4n0ab86g5j7c88q";
}; };
hardeningDisable = [ "format" ]; hardeningDisable = [ "format" ];