git: 2.9.2 -> 2.9.3

This commit is contained in:
mimadrid 2016-08-18 21:13:00 +02:00
parent 52a875fb23
commit 7f3a4688f0
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

@ -10,7 +10,7 @@
}:
let
version = "2.9.2";
version = "2.9.3";
svn = subversionClient.override { perlBindings = true; };
in
@ -19,7 +19,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "1d9dmhgzcnwc2jbib4q23ypjbnw1gh1w8gif63qldwkpixj4dxgq";
sha256 = "0qzs681a64k3shh5p0rg41l1z16fbk5sj0xga45k34hp1hsp654z";
};
patches = [