php84: 8.4.10 -> 8.4.11

ChangeLog: https://www.php.net/ChangeLog-8.php#8.4.11
This commit is contained in:
Maximilian Bosch
2025-08-03 18:08:32 +02:00
parent f635b72b9a
commit de3755ea6a
+2 -2
View File
@@ -4,8 +4,8 @@ let
base = callPackage ./generic.nix (
_args
// {
version = "8.4.10";
hash = "sha256-iBXRBlnN5fA75NFpIF1it7Ke0O3HzdhLY4TNoDEMMQg=";
version = "8.4.11";
hash = "sha256-LDnHW1TfibARlbcq0O4fzUkMcdsYvFK81h+y/7V7Jvo=";
}
);
in