* Apache 2.2.14.

svn path=/nixpkgs/trunk/; revision=17768
This commit is contained in:
Eelco Dolstra 2009-10-12 17:57:49 +00:00
parent fcf92435e3
commit fa9d33b8cc

View File

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