1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-11 02:15:21 +09:00

apacheHttpdPackages.php: 8.4.7 -> 8.4.8

This commit is contained in:
R. Ryantm 2025-06-06 11:35:52 +00:00
parent 66576dcd9e
commit fffc35b2bb

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