* Apache 2.2.11.
svn path=/nixpkgs/trunk/; revision=13658
This commit is contained in:
parent
01ed35dc5f
commit
9ba80ff346
@ -6,11 +6,11 @@
|
|||||||
assert sslSupport -> openssl != null;
|
assert sslSupport -> openssl != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "apache-httpd-2.2.9";
|
name = "apache-httpd-2.2.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://apache/httpd/httpd-2.2.9.tar.bz2;
|
url = mirror://apache/httpd/httpd-2.2.11.tar.bz2;
|
||||||
md5 = "3afa8137dc1999be695a20b62fdf032b";
|
md5 = "3e98bcb14a7122c274d62419566431bb";
|
||||||
};
|
};
|
||||||
|
|
||||||
#inherit sslSupport;
|
#inherit sslSupport;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user