* Upgrade to Subversion 0.35.1, Berkeley DB 4.2.52.

svn path=/nixpkgs/trunk/; revision=595
This commit is contained in:
Eelco Dolstra
2003-12-22 18:30:38 +00:00
parent fe1c5cb1e1
commit 5e7f5b2ada
3 changed files with 9 additions and 9 deletions

View File

@@ -13,13 +13,13 @@ assert sslSupport -> !isNull openssl && (httpServer -> httpd.openssl == openssl)
assert swigBindings -> !isNull swig && swig.pythonSupport;
derivation {
name = "subversion-0.32.1";
name = "subversion-0.35.1";
system = stdenv.system;
builder = ./builder.sh;
src = fetchurl {
url = http://svn.collab.net/tarballs/subversion-0.32.1.tar.gz;
md5 = "b06717a8ef50db4b5c4d380af00bd901";
url = http://subversion.tigris.org/tarballs/subversion-0.35.1.tar.gz;
md5 = "c4473988acdd82e8b0e176eefc7d0fb7";
};
localServer = localServer;