apacheHttpd: 2.4.49 -> 2.4.50

(cherry picked from commit b17c155720092dd04a2be0d096f43dae8c80d46f)
This commit is contained in:
Aaron Andersen 2021-10-05 07:23:37 -04:00 committed by github-actions[bot]
parent aff647e270
commit 7c8412bccc
1 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
assert http2Support -> nghttp2 != null;
stdenv.mkDerivation rec {
version = "2.4.49";
pname = "apache-httpd";
version = "2.4.50";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha256 = "0fqkfjcpdd40ji2279wfxh5hddb5jdxlnpjr0sbhva8fi7b6bfb5";
sha256 = "6a2817c070c606682eb53ed963511407d3c3d7a379cdf855971467b00fb3890f";
};
# FIXME: -dev depends on -doc