apache2: 2.4.66 -> 2.4.67

fixes cve-2026-23918
This commit is contained in:
Elliot Speck (arcayr)
2026-05-06 14:34:15 +10:00
parent ed67bc86e8
commit 5e29ff9df3

View File

@@ -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 = [