mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* Subversion updated to 1.2.0rc4.
svn path=/nixpkgs/trunk/; revision=3094
This commit is contained in:
parent
3aa13ab39a
commit
36716a35bd
@ -19,12 +19,12 @@ assert javahlBindings -> j2sdk != null;
|
||||
assert compressionSupport -> zlib != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "subversion-1.2.0-pre-rc3";
|
||||
name = "subversion-1.2.0-pre-rc4";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://subversion.tigris.org/downloads/subversion-1.2.0-rc3.tar.bz2;
|
||||
md5 = "8092bf7b3bc895ee49e5ec63060b89aa";
|
||||
url = http://subversion.tigris.org/downloads/subversion-1.2.0-rc4.tar.bz2;
|
||||
md5 = "7913900ef3d92afcbdf63a3163574798";
|
||||
};
|
||||
|
||||
# This is a hopefully temporary fix for the problem that
|
||||
|
Loading…
Reference in New Issue
Block a user