From 5e29ff9df3774f11e022539ebe2867d40acc6475 Mon Sep 17 00:00:00 2001 From: "Elliot Speck (arcayr)" Date: Wed, 6 May 2026 14:34:15 +1000 Subject: [PATCH] apache2: 2.4.66 -> 2.4.67 fixes cve-2026-23918 --- pkgs/servers/http/apache-httpd/2.4.nix | 4 ++-- 1 file 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 7fb86808a605..81d4ea6199d5 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.66"; + version = "2.4.67"; src = fetchurl { url = "mirror://apache/httpd/httpd-${version}.tar.bz2"; - hash = "sha256-lNf/K0Ksu4KOhwuinky61I5VinnGI601luQRbvz+olo="; + hash = "sha256-Zs0gZjew1cRG+n2r51/gNSXaj7VYVYdsRiiM2IsTaqQ="; }; patches = [