Skip to content

Commit

Permalink
git: 2.13.3 -> 2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Aug 1, 2017
1 parent f5fa5fa commit ae73a17
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.3";
version = "2.13.4";
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 = "0qiy696pwqhbxcrvm3zhyjnfjrym541glhvgc4cynrwg8az27ali";
sha256 = "1nmg0n9l5ix876iqhcyhdnmiy7ihv0ybdijf1lssch6ja8m5j6ip";
};

hardeningDisable = [ "format" ];
Expand Down

0 comments on commit ae73a17

Please sign in to comment.