Updated git to version 1.6.3.3.

The fill-paragraph patch is obsolete; it's now part of the distribution.

svn path=/nixpkgs/trunk/; revision=16148
This commit is contained in:
Peter Simons
2009-07-02 15:41:58 +00:00
parent 2d10c04eff
commit 5e7f7822f8
3 changed files with 14 additions and 28 deletions
@@ -8,16 +8,15 @@
# `git-svn' support requires Subversion and various Perl libraries.
assert svnSupport -> (subversion != null && perlLibs != [] && subversion.perlBindings);
stdenv.mkDerivation rec {
name = "git-1.6.1.3";
name = "git-1.6.3.3";
src = fetchurl {
url = "mirror://kernel/software/scm/git/${name}.tar.bz2";
sha256 = "aef4814634ac9ce8119fabc4bd1c363bb946f73ed34475a4baaad09a3fb23682";
sha256 = "f94bc0d1fc861a12c7fb821b27a4e6a80901e84432cdb7894cb7a437d4c939ad";
};
patches = [ ./docbook2texi.patch ./fill-paragraph.patch ];
patches = [ ./docbook2texi.patch ];
buildInputs = [curl openssl zlib expat gettext cpio makeWrapper]
++ # documentation tools