* 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

@@ -1,10 +1,10 @@
{stdenv, fetchurl}: derivation {
name = "db4-4.0.14";
name = "db4-4.2.52";
system = stdenv.system;
builder = ./builder.sh;
src = fetchurl {
url = http://www.sleepycat.com/update/snapshot/db-4.0.14.tar.gz;
md5 = "12262c64fcd64b772e7cffad8e4d0ebc";
url = http://www.sleepycat.com/update/snapshot/db-4.2.52.tar.gz;
md5 = "cbc77517c9278cdb47613ce8cb55779f";
};
stdenv = stdenv;
}