Skip to content

Commit

Permalink
git: 2.13.2 -> 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jul 13, 2017
1 parent 45a2534 commit eb5263a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}:

let
version = "2.13.2";
version = "2.13.3";
svn = subversionClient.override { perlBindings = true; };
in

Expand All @@ -21,7 +21,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "1rfx2gj7dw9rw0w22ihi940zv3wdrj1xmjv25djq2vs6a4vsq40d";
sha256 = "0qiy696pwqhbxcrvm3zhyjnfjrym541glhvgc4cynrwg8az27ali";
};

hardeningDisable = [ "format" ];
Expand Down

0 comments on commit eb5263a

Please sign in to comment.