Skip to content

Commit

Permalink
Merge pull request #24323 from NeQuissimus/git_2_12_2
Browse files Browse the repository at this point in the history
git: 2.12.0 -> 2.12.2
  • Loading branch information
NeQuissimus committed Mar 25, 2017
1 parent 082666f commit 338afb9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -11,7 +11,7 @@
}:

let
version = "2.12.0";
version = "2.12.2";
svn = subversionClient.override { perlBindings = true; };
in

Expand All @@ -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" ];
Expand Down

0 comments on commit 338afb9

Please sign in to comment.