Revert "git: 2.16.3 -> 2.17.0"

This reverts commit 3bd496faa8.
This commit is contained in:
Tim Steinbach 2018-04-04 08:35:19 -04:00
parent 374d7cfb8e
commit 2bb28e1f01
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -13,7 +13,7 @@
}:
let
version = "2.17.0";
version = "2.16.3";
svn = subversionClient.override { perlBindings = true; };
in
@ -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" ];