mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Subversion 1.3.2.
svn path=/nixpkgs/trunk/; revision=5423
This commit is contained in:
parent
f73c2b5f00
commit
1e766b521c
1 changed files with 3 additions and 3 deletions
|
@ -17,12 +17,12 @@ assert javahlBindings -> jdk != null;
|
|||
assert compressionSupport -> zlib != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "subversion-1.3.1";
|
||||
name = "subversion-1.3.2";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://subversion.tigris.org/downloads/subversion-1.3.1.tar.bz2;
|
||||
sha1 = "f8d670a0ae931fca17192d02862aa93a229e5dda";
|
||||
url = http://subversion.tigris.org/downloads/subversion-1.3.2.tar.bz2;
|
||||
sha1 = "688ab178db1f6acb2ad3bd99f030402621f837b6";
|
||||
};
|
||||
|
||||
openssl = if sslSupport then openssl else null;
|
||||
|
|
Loading…
Reference in a new issue