* 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
+3 -3
View File
@@ -7,11 +7,11 @@ assert db4Support -> db4 != null;
assert expat != null && perl != null;
stdenv.mkDerivation {
name = "apache-httpd-2.2.8";
name = "apache-httpd-2.2.9";
src = fetchurl {
url = http://archive.apache.org/dist/httpd/httpd-2.2.8.tar.bz2;
md5 = "76d2598a4797163d07cd50e5304aa7cd";
url = http://archive.apache.org/dist/httpd/httpd-2.2.9.tar.bz2;
md5 = "3afa8137dc1999be695a20b62fdf032b";
};
#inherit sslSupport db4Support;