* Subversion 1.4.6.

svn path=/nixpkgs/trunk/; revision=9972
This commit is contained in:
Eelco Dolstra 2007-12-30 21:49:42 +00:00
parent 78e7401dd1
commit fa35a029ed

View File

@ -16,12 +16,12 @@ assert sslSupport -> neon.sslSupport;
assert compressionSupport -> neon.compressionSupport; assert compressionSupport -> neon.compressionSupport;
stdenv.mkDerivation { stdenv.mkDerivation {
name = "subversion-1.4.5"; name = "subversion-1.4.6";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { src = fetchurl {
url = http://subversion.tigris.org/downloads/subversion-1.4.5.tar.bz2; url = http://subversion.tigris.org/downloads/subversion-1.4.6.tar.bz2;
sha1 = "acc80381cb670736ad626fee1eb04f36ba7e5fc8"; sha1 = "a9c941e2309744f6a2986200698b60da057a7527";
}; };
buildInputs = buildInputs =
@ -46,5 +46,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "A version control system intended to be a compelling replacement for CVS in the open source community"; description = "A version control system intended to be a compelling replacement for CVS in the open source community";
homepage = http://subversion.tigris.org/;
}; };
} }