diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2022-06-10 17:20:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-10 17:20:16 +0200 |
| commit | 2739a9c64ea12b34bd4c30e80cbcafc08393710f (patch) | |
| tree | aff30898d98939f722f02202c04e277e119af875 | |
| parent | Merge pull request #177076 from NixOS/backport-174959-to-release-22.05 (diff) | |
| parent | apacheHttpd: 2.4.53 -> 2.4.54 (diff) | |
| download | nixpkgs-2739a9c64ea12b34bd4c30e80cbcafc08393710f.tar.gz | |
Merge pull request #177186 from NixOS/backport-177181-to-release-22.05
| -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 d72dcb9170b5..72ad91d017e1 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.53"; + version = "2.4.54"; src = fetchurl { url = "mirror://apache/httpd/httpd-${version}.tar.bz2"; - sha256 = "sha256-0LvREhpXtfKm/5LXuW+AUMWkXT8U2xGPZJedUlhY22M="; + sha256 = "sha256-6zl/7u/MryVPjUXeN2jZ1o6Oc4UcSa/VtxdtHs+Aw0A="; }; # FIXME: -dev depends on -doc |
