git: 2.13.2 -> 2.13.3

This commit is contained in:
Tim Steinbach 2017-07-13 08:45:43 -04:00
parent 45a2534459
commit eb5263a9f1
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -12,7 +12,7 @@
}: }:
let let
version = "2.13.2"; version = "2.13.3";
svn = subversionClient.override { perlBindings = true; }; svn = subversionClient.override { perlBindings = true; };
in in
@ -21,7 +21,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 = "1rfx2gj7dw9rw0w22ihi940zv3wdrj1xmjv25djq2vs6a4vsq40d"; sha256 = "0qiy696pwqhbxcrvm3zhyjnfjrym541glhvgc4cynrwg8az27ali";
}; };
hardeningDisable = [ "format" ]; hardeningDisable = [ "format" ];