diff options
| author | Aaron Andersen <aaron@fosslib.net> | 2021-10-10 17:13:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-10 17:13:05 -0400 |
| commit | 3f09236d1eecca85cdb724f871c0d64823ea943a (patch) | |
| tree | 0002056640fe4405c6d019ad5d3768ccfb723d94 | |
| parent | Merge pull request #141163 from lheckemann/release-21.05 (diff) | |
| parent | apacheHttpd: 2.4.50 -> 2.4.51 (diff) | |
| download | nixpkgs-3f09236d1eecca85cdb724f871c0d64823ea943a.tar.gz | |
Merge pull request #140981 from NixOS/backport-140969-to-release-21.05
[Backport release-21.05] apacheHttpd: 2.4.50 -> 2.4.51
| -rw-r--r-- | pkgs/servers/http/apache-httpd/2.4.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix index a47156ea299c..748bdf421280 100644 --- a/pkgs/servers/http/apache-httpd/2.4.nix +++ b/pkgs/servers/http/apache-httpd/2.4.nix @@ -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 |
