Skip to content

Commit

Permalink
Revert "git: 2.16.3 -> 2.17.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Apr 3, 2018
1 parent fd1b47a commit 2b29239
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -13,7 +13,7 @@
}:

let
version = "2.17.0";
version = "2.16.3";
svn = subversionClient.override { perlBindings = true; };
in

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

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

hardeningDisable = [ "format" ];
Expand Down

0 comments on commit 2b29239

Please sign in to comment.