apacheHttpd: 2.4.67 -> 2.4.68 (#530173)

This commit is contained in:
Thomas Gerbet
2026-06-10 18:50:44 +00:00
committed by GitHub
2 changed files with 9 additions and 3 deletions
+6
View File
@@ -2133,6 +2133,12 @@
githubId = 56009;
name = "Arcadio Rubio García";
};
arcayr = {
email = "nixpkgs@arcayr.online";
github = "arcayr";
githubId = 11192354;
name = "Elliot Speck";
};
archer-65 = {
email = "mario.liguori.056@gmail.com";
github = "archer-65";
+3 -3
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 ];
};
}