git: 2.16.2 -> 2.16.3

Cherry picked from 260194193c in staging as suggested by
https://github.com/NixOS/nixpkgs/pull/38763#issuecomment-380504142.
This commit is contained in:
Will Dietz
2018-04-12 08:55:31 +02:00
committed by Peter Simons
parent 38e04bbf29
commit 281775bb1a
2 changed files with 6 additions and 6 deletions
@@ -13,7 +13,7 @@
}:
let
version = "2.16.2";
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 = "05y7480f2p7fkncbhf08zz56jbykcp0ia5gl6y3djs0lsa5mfq2m";
sha256 = "0j1dwvg5llnj3g0fp8hdgpms4hp90qw9f6509vqw30dhwplrjpfn";
};
hardeningDisable = [ "format" ];