* Subversion updated to 1.1.2.
svn path=/nixpkgs/trunk/; revision=1931
This commit is contained in:
parent
ba47211900
commit
8d8210959e
@ -17,12 +17,12 @@ assert javaSwigBindings -> swig != null && swig.javaSupport;
|
|||||||
assert javahlBindings -> j2sdk != null;
|
assert javahlBindings -> j2sdk != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "subversion-1.1.1";
|
name = "subversion-1.1.2";
|
||||||
|
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://subversion.tigris.org/tarballs/subversion-1.1.1.tar.bz2;
|
url = http://subversion.tigris.org/tarballs/subversion-1.1.2.tar.bz2;
|
||||||
md5 = "a180c3fe91680389c210c99def54d9e0";
|
md5 = "b93a792b6bc610dc6c1c254591979a8c";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This is a hopefully temporary fix for the problem that
|
# This is a hopefully temporary fix for the problem that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user