diff options
| author | Aaron Andersen <aaron@fosslib.net> | 2021-10-08 07:41:49 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-10-08 14:07:53 +0000 |
| commit | 97c88703729be0ed30a8b515506595f0637fe853 (patch) | |
| tree | b3de0847b74ff6558fc408ceaa145d0e177f0804 | |
| parent | Merge pull request #140903 from NixOS/backport-140765-to-release-21.05 (diff) | |
| download | nixpkgs-97c88703729be0ed30a8b515506595f0637fe853.tar.gz | |
apacheHttpd: 2.4.50 -> 2.4.51
(cherry picked from commit 7381e553a56da34465b813ad75024cd0bd651682)
| -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 |
