forked from mirrors/nixpkgs
apacheHttpd: 2.4.29 -> 2.4.33
This commit is contained in:
parent
945b681d3b
commit
737bf1d229
|
@ -16,12 +16,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
|
|||
assert http2Support -> nghttp2 != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.4.29";
|
||||
version = "2.4.33";
|
||||
name = "apache-httpd-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
|
||||
sha256 = "777753a5a25568a2a27428b2214980564bc1c38c1abf9ccc7630b639991f7f00";
|
||||
sha256 = "de02511859b00d17845b9abdd1f975d5ccb5d0b280c567da5bf2ad4b70846f05";
|
||||
};
|
||||
|
||||
# FIXME: -dev depends on -doc
|
||||
|
|
Loading…
Reference in a new issue