diff options
| author | Thomas Gerbet <thomas@gerbet.me> | 2025-08-10 19:28:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-10 19:28:30 +0200 |
| commit | aa90f968473bd7429dd7aadce6afa86a94df654a (patch) | |
| tree | 10206864d89f3b31f24c7b26bc826a460d9a497a | |
| parent | google-chrome: 138.0.7204.183 -> 139.0.7258.66 (diff) | |
| parent | apacheHttpd: 2.6.62 -> 2.6.65 (diff) | |
| download | nixpkgs-aa90f968473bd7429dd7aadce6afa86a94df654a.tar.gz | |
[Backport release-25.05] apacheHttpd: 2.6.62 -> 2.6.65 (#431944)
| -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 dce4ce4ce0c9..829c39b33a6d 100644 --- a/pkgs/servers/http/apache-httpd/2.4.nix +++ b/pkgs/servers/http/apache-httpd/2.4.nix @@ -33,11 +33,11 @@ stdenv.mkDerivation rec { pname = "apache-httpd"; - version = "2.4.62"; + version = "2.4.65"; src = fetchurl { url = "mirror://apache/httpd/httpd-${version}.tar.bz2"; - hash = "sha256-Z0GI579EztgtqNtSLalGhJ4iCA1z0WyT9/TfieJXKew="; + hash = "sha256-WLi+l9mUDsF/dlbAxrn0G2GKrEaLiUtTQUjjKWxTuLM="; }; patches = [ |
