apacheHttpd: 2.4.67 -> 2.4.68

(cherry picked from commit 8bae9e015b)
This commit is contained in:
arcayr 2026-06-10 11:32:25 +10:00 committed by github-actions[bot]
commit a707b724ad

View file

@ -33,11 +33,11 @@
stdenv.mkDerivation rec {
pname = "apache-httpd";
version = "2.4.67";
version = "2.4.68";
src = fetchurl {
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
hash = "sha256-Zs0gZjew1cRG+n2r51/gNSXaj7VYVYdsRiiM2IsTaqQ=";
hash = "sha256-aMdNTfOMJr7U372487rx61MvOHI1e+zBu6XRNva2PAY=";
};
patches = [
@ -164,6 +164,6 @@ stdenv.mkDerivation rec {
homepage = "https://httpd.apache.org/";
license = lib.licenses.asl20;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
maintainers = [ ];
maintainers = with lib.maintainers; [ arcayr ];
};
}