php84: 8.4.6 -> 8.4.7

ChangeLog: https://www.php.net/ChangeLog-8.php#8.4.7
This commit is contained in:
Maximilian Bosch
2025-05-09 09:33:42 +02:00
parent 509c0099e8
commit 4f6248e608
+2 -2
View File
@@ -4,8 +4,8 @@ let
base = callPackage ./generic.nix (
_args
// {
version = "8.4.6";
hash = "sha256-nPJzRQm2A/ZYlherUqlxKgPg/gWZUc3dLUYj30v3xsY=";
version = "8.4.7";
hash = "sha256-bsyxsGpN2c6jFNvnDHYtPUdlRxy26/kludowiXi/+Yg=";
}
);
in