apache-httpd: 2.4.28 -> 2.4.29

This commit is contained in:
Eli Flanagan 2017-10-23 13:15:59 -04:00 committed by Robin Gloster
parent 8a28d840e9
commit 5a07d169bf

View File

@ -16,12 +16,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
assert http2Support -> nghttp2 != null;
stdenv.mkDerivation rec {
version = "2.4.28";
version = "2.4.29";
name = "apache-httpd-${version}";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha256 = "c1197a3a62a4ab5c584ab89b249af38cf28b4adee9c0106b62999fd29f920666";
sha256 = "777753a5a25568a2a27428b2214980564bc1c38c1abf9ccc7630b639991f7f00";
};
# FIXME: -dev depends on -doc