diff options
| author | Thomas Gerbet <thomas@gerbet.me> | 2023-03-29 21:39:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-29 21:39:51 +0200 |
| commit | 592ef9c836196ee8cb9e2759da08eaa6361907bd (patch) | |
| tree | b1b55930cb820188e21cb296ca3b4bdb8a414a9b | |
| parent | Merge pull request #223750 from NixOS/backport-223710-to-release-22.11 (diff) | |
| parent | apacheHttpd: 2.4.55 -> 2.4.56 (diff) | |
| download | nixpkgs-592ef9c836196ee8cb9e2759da08eaa6361907bd.tar.gz | |
Merge pull request #223657 from NixOS/backport-223055-to-release-22.11
[Backport release-22.11] apacheHttpd: 2.4.55 -> 2.4.56
| -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 fa20e4605540..11d97faaaf46 100644 --- a/pkgs/servers/http/apache-httpd/2.4.nix +++ b/pkgs/servers/http/apache-httpd/2.4.nix @@ -11,11 +11,11 @@ stdenv.mkDerivation rec { pname = "apache-httpd"; - version = "2.4.55"; + version = "2.4.56"; src = fetchurl { url = "mirror://apache/httpd/httpd-${version}.tar.bz2"; - sha256 = "sha256-Eda6GeNsC5PKYuR+b/wtLyiElCaUvODyPznHG9xfaaw="; + sha256 = "sha256-2NRfE5i6hO3QW7M8p1k6wpibF8ucegyv5UQtQa/bLXw="; }; # FIXME: -dev depends on -doc |
