mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Subversion 1.0.4.
svn path=/nixpkgs/trunk/; revision=1038
This commit is contained in:
parent
1b47486557
commit
106567146f
1 changed files with 3 additions and 3 deletions
|
@ -13,12 +13,12 @@ assert sslSupport -> openssl != null && (httpServer -> httpd.openssl == openssl)
|
|||
assert swigBindings -> swig != null && swig.pythonSupport;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "subversion-1.0.2";
|
||||
name = "subversion-1.0.4";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://subversion.tigris.org/tarballs/subversion-1.0.2.tar.bz2;
|
||||
md5 = "246ffcc67ca629ae523956c4c1a67cce";
|
||||
url = http://subversion.tigris.org/tarballs/subversion-1.0.4.tar.bz2;
|
||||
md5 = "313bd03f353683de7561eadf477f7612";
|
||||
};
|
||||
|
||||
openssl = if sslSupport then openssl else null;
|
||||
|
|
Loading…
Reference in a new issue