Merge pull request #140981 from NixOS/backport-140969-to-release-21.05

[Backport release-21.05] apacheHttpd: 2.4.50 -> 2.4.51
This commit is contained in:
Aaron Andersen 2021-10-10 17:13:05 -04:00 committed by GitHub
commit 3f09236d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@ assert http2Support -> nghttp2 != null;
stdenv.mkDerivation rec {
pname = "apache-httpd";
version = "2.4.50";
version = "2.4.51";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
sha256 = "6a2817c070c606682eb53ed963511407d3c3d7a379cdf855971467b00fb3890f";
sha256 = "20e01d81fecf077690a4439e3969a9b22a09a8d43c525356e863407741b838f4";
};
# FIXME: -dev depends on -doc