* 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

@@ -3,12 +3,12 @@
assert !isNull perl && !isNull db4;
derivation {
name = "perl-BerkeleyDB-0.23";
name = "perl-BerkeleyDB-0.25";
system = stdenv.system;
builder = ./builder.sh;
src = fetchurl {
url = http://archive.cs.uu.nl/mirror/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-0.23.tar.gz;
md5 = "d97b85ea5b61bde7de4a998c91ef29c7";
url = ftp://ftp.cs.uu.nl/mirror/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-0.25.tar.gz;
md5 = "fcef06232d1ccd6c2a9cd114e388ea3d";
};
stdenv = stdenv;
perl = perl;