* Apache 2.2.13.

svn path=/nixpkgs/trunk/; revision=16889
This commit is contained in:
Eelco Dolstra 2009-08-28 16:05:48 +00:00
parent 024c82ee04
commit df5cd8776a

View File

@ -6,12 +6,12 @@
assert sslSupport -> openssl != null; assert sslSupport -> openssl != null;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.2.12"; version = "2.2.13";
name = "apache-httpd-${version}"; name = "apache-httpd-${version}";
src = fetchurl { src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2"; url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
md5 = "7d30c7195883c26a6eaf59a85b42c6ef"; md5 = "8d8d904e7342125825ec70f03c5745ef";
}; };
#inherit sslSupport; #inherit sslSupport;