php84: 8.4.14 -> 8.4.15

ChangeLog: https://www.php.net/ChangeLog-8.php#8.4.15
This commit is contained in:
Maximilian Bosch
2025-11-21 14:45:36 +01:00
parent 4a6adb12c2
commit dda3622d5b
+2 -2
View File
@@ -4,8 +4,8 @@ let
base = callPackage ./generic.nix (
_args
// {
version = "8.4.14";
hash = "sha256-8hOc5Mt6bFZD7pjKo05cMrqEHCuik+NKPQNX+qhLs+c=";
version = "8.4.15";
hash = "sha256-txVb3UmNYNY+S8Mg3CJIY5dtMbW9kzlplybJYSVaMZc=";
}
);
in