* Subversion 1.2.0rc3.
svn path=/nixpkgs/trunk/; revision=3029
This commit is contained in:
parent
25584bc99d
commit
6d8c49b23b
|
@ -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-rc2";
|
name = "subversion-1.2.0-pre-rc3";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://subversion.tigris.org/downloads/subversion-1.2.0-rc2.tar.bz2;
|
url = http://subversion.tigris.org/downloads/subversion-1.2.0-rc3.tar.bz2;
|
||||||
md5 = "342acdc60e41232ba3b686913e1cad24";
|
md5 = "8092bf7b3bc895ee49e5ec63060b89aa";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This is a hopefully temporary fix for the problem that
|
# This is a hopefully temporary fix for the problem that
|
||||||
|
|
Loading…
Reference in New Issue