* Subversion updated to 1.2.0rc4.

svn path=/nixpkgs/trunk/; revision=3094
This commit is contained in:
Eelco Dolstra 2005-05-19 16:25:40 +00:00
parent 3aa13ab39a
commit 36716a35bd

View File

@ -19,12 +19,12 @@ assert javahlBindings -> j2sdk != null;
assert compressionSupport -> zlib != null; assert compressionSupport -> zlib != null;
stdenv.mkDerivation { stdenv.mkDerivation {
name = "subversion-1.2.0-pre-rc3"; name = "subversion-1.2.0-pre-rc4";
builder = ./builder.sh; builder = ./builder.sh;
src = fetchurl { src = fetchurl {
url = http://subversion.tigris.org/downloads/subversion-1.2.0-rc3.tar.bz2; url = http://subversion.tigris.org/downloads/subversion-1.2.0-rc4.tar.bz2;
md5 = "8092bf7b3bc895ee49e5ec63060b89aa"; md5 = "7913900ef3d92afcbdf63a3163574798";
}; };
# This is a hopefully temporary fix for the problem that # This is a hopefully temporary fix for the problem that