* Subversion 1.5.2, Neon 0.28.3, Apache 2.2.9.

svn path=/nixpkgs/trunk/; revision=12966
This commit is contained in:
Eelco Dolstra
2008-10-06 12:35:05 +00:00
parent 700677583c
commit 6591cc2640
3 changed files with 9 additions and 9 deletions

View File

@@ -7,11 +7,11 @@ assert compressionSupport -> zlib != null;
assert sslSupport -> openssl != null;
stdenv.mkDerivation {
name = "neon-0.28.2";
name = "neon-0.28.3";
src = fetchurl {
url = http://www.webdav.org/neon/neon-0.28.2.tar.gz;
sha256 = "154hzy2xa8a1dfdrjcggkik6dhpq1f5r1q2masrgysnv2cb61kfr";
url = http://www.webdav.org/neon/neon-0.28.3.tar.gz;
sha256 = "1hnd9wlbnfpppx6rvalhdkc1rf29afacl1m15z751g3h9hdybplh";
};
buildInputs = [libxml2] ++ stdenv.lib.optional compressionSupport zlib;