git: 2.12.0 -> 2.12.2

This commit is contained in:
Tim Steinbach 2017-03-25 10:25:54 -04:00
parent 417844b596
commit 10725a6329
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -11,7 +11,7 @@
}:
let
version = "2.12.0";
version = "2.12.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 = "09r0lcjj5v2apj39f0ziqzjq2bi1jpnhszc9q4n0ab86g5j7c88q";
sha256 = "0jlccxx7l4c76h830y8lhrxr4kqksrxqlnmj3xb8sqbfa0irw6nj";
};
hardeningDisable = [ "format" ];