1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

apacheHttpdPackages.php: 8.4.7 -> 8.4.8

(cherry picked from commit fffc35b2bb)
This commit is contained in:
R. Ryantm 2025-06-06 11:35:52 +00:00 committed by github-actions[bot]
parent 546e9dda1f
commit b6bcf647fd

View file

@ -4,8 +4,8 @@ let
base = callPackage ./generic.nix (
_args
// {
version = "8.4.7";
hash = "sha256-bsyxsGpN2c6jFNvnDHYtPUdlRxy26/kludowiXi/+Yg=";
version = "8.4.8";
hash = "sha256-NlacZN0UmeVwxDZgO2Qe7nzeSvV2r3hll9DucRs6Ooo=";
}
);
in