1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

* Apache 2.2.6.

svn path=/nixpkgs/trunk/; revision=9284
This commit is contained in:
Eelco Dolstra 2007-09-10 09:52:29 +00:00
parent ddb31307de
commit b850108d32

View file

@ -7,12 +7,12 @@ assert db4Support -> db4 != null;
assert expat != null && perl != null;
stdenv.mkDerivation {
name = "apache-httpd-2.2.4";
name = "apache-httpd-2.2.6";
builder = ./builder.sh;
src = fetchurl {
url = http://archive.apache.org/dist/httpd/httpd-2.2.4.tar.bz2;
md5 = "536c86c7041515a25dd8bad3611da9a3";
url = http://archive.apache.org/dist/httpd/httpd-2.2.6.tar.bz2;
md5 = "203bea91715064f0c787f6499d33a377";
};
inherit sslSupport db4Support;