3
0
Fork 0
forked from mirrors/nixpkgs

git: Update to 1.9.3

(cherry picked from commit 10fa1bcf66)
This commit is contained in:
Linquize 2014-05-15 21:32:10 +08:00 committed by Eelco Dolstra
parent 028d2479dd
commit 1e02e79a16

View file

@ -10,7 +10,7 @@
let
version = "1.9.2";
version = "1.9.3";
svn = subversionClient.override { perlBindings = true; };
@ -21,7 +21,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "1x4rb06vw4ckdflmn01r5l9spvn7cng4i5mm3sbd0n8cz0n6xz13";
sha256 = "0pyhqwy9g875frf1qyfjj6rz64qhlyvr29n7pljzcy536x9qcczn";
};
patches = [ ./docbook2texi.patch ./symlinks-in-bin.patch ./cert-path.patch ];