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

Merge: [Backport release-24.11] apacheHttpdPackages.php: 8.4.7 -> 8.4.8 (#414703)

This commit is contained in:
Maximilian Bosch 2025-06-07 12:42:56 +02:00 committed by GitHub
commit a58f131ce6
Signed by: github
GPG key ID: B5690EEEBB952194

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