git: 2.16.2 -> 2.17.0

This commit is contained in:
Guillaume Maudoux
2018-04-09 10:02:57 +02:00
parent 2b6bae5699
commit 5d65b4ebeb
5 changed files with 21 additions and 23 deletions
@@ -13,7 +13,7 @@
}:
let
version = "2.16.2";
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 = "05y7480f2p7fkncbhf08zz56jbykcp0ia5gl6y3djs0lsa5mfq2m";
sha256 = "1ismz7nsz8dgjmk782xr9s0mr2qh06f72pdcgbxfmnw1bvlya5p9";
};
hardeningDisable = [ "format" ];