1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

git: 2.9.0 -> 2.9.1

This commit is contained in:
mimadrid 2016-07-13 15:43:49 +02:00
parent f76a8fbbac
commit 8c09317018
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

@ -10,7 +10,7 @@
}: }:
let let
version = "2.9.0"; version = "2.9.1";
svn = subversionClient.override { perlBindings = true; }; svn = subversionClient.override { perlBindings = true; };
in in
@ -19,7 +19,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"; url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "02dl8yvvl7m4zy39s0xmqr958ah7krvkv94lmx4vz3wl95wsj7zl"; sha256 = "18l2jb4bkp9ljz6p2aviwzxqyzza9z3v6h1pnkz7kjf1fay61zp8";
}; };
patches = [ patches = [