Skip to content

Commit

Permalink
git: 2.13.1 -> 2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jun 26, 2017
1 parent 0e14a86 commit 1a25495
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -11,7 +11,7 @@
}:

let
version = "2.13.1";
version = "2.13.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 = "1zl88rlga9nhgaqc9d04vp1l1g4x6qj1d02698asnxrzk36vxh9v";
sha256 = "1rfx2gj7dw9rw0w22ihi940zv3wdrj1xmjv25djq2vs6a4vsq40d";
};

hardeningDisable = [ "format" ];
Expand Down

0 comments on commit 1a25495

Please sign in to comment.