Skip to content

Commit

Permalink
git: 2.13.4 -> 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mimame committed Aug 4, 2017
1 parent be6170d commit dc74b1a
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.4";
version = "2.14.0";
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 = "1nmg0n9l5ix876iqhcyhdnmiy7ihv0ybdijf1lssch6ja8m5j6ip";
sha256 = "0xarcp0m7jbncic0g3ahz8l2d6b27h0g9ndgrhy9abkx61m6wgpr";
};

hardeningDisable = [ "format" ];
Expand Down

0 comments on commit dc74b1a

Please sign in to comment.