git: 2.16.3 -> 2.17.0

This commit is contained in:
Tim Steinbach 2018-04-03 18:16:27 -04:00
parent 8422a14493
commit 3bd496faa8
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -13,7 +13,7 @@
}:
let
version = "2.16.3";
version = "2.17.0";
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 = "0j1dwvg5llnj3g0fp8hdgpms4hp90qw9f6509vqw30dhwplrjpfn";
sha256 = "1ismz7nsz8dgjmk782xr9s0mr2qh06f72pdcgbxfmnw1bvlya5p9";
};
hardeningDisable = [ "format" ];