3
0
Fork 0
forked from mirrors/nixpkgs

git: 2.10.1 -> 2.10.2

This commit is contained in:
Tim Steinbach 2016-11-15 18:05:02 -05:00
parent a4cd6f1378
commit ef4a335be4
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24

View file

@ -11,7 +11,7 @@
}:
let
version = "2.10.1";
version = "2.10.2";
svn = subversionClient.override { perlBindings = true; };
in
@ -20,7 +20,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "1ijd1b6szvfw0dmqa3dz1m5g5hbkl9xkb86a9qcjrz0w0vwjvhx9";
sha256 = "0wc64dzcxrzgi6kwcljz6y3cwm3ajdgf6aws7g58azbhvl1jk04l";
};
hardeningDisable = [ "format" ];