mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 20:07:49 +00:00
git: update to version 1.7.12.1
This commit is contained in:
parent
964efb4adc
commit
625e2e45f7
@ -9,7 +9,7 @@
|
||||
|
||||
let
|
||||
|
||||
version = "1.7.12";
|
||||
version = "1.7.12.1";
|
||||
|
||||
svn = subversionClient.override { perlBindings = true; };
|
||||
|
||||
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://git-core.googlecode.com/files/git-${version}.tar.gz";
|
||||
sha256 = "3b8661782dc280d3d4be5193bcb8a1895c1ba272cf02efb70857bbcc4415f505";
|
||||
sha256 = "a0c2b7e122ac2e40fe5b69baeeaac24b237a1341f08ba848cadaa835a0dbcfcd";
|
||||
};
|
||||
|
||||
patches = [ ./docbook2texi.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user