php84: 8.4.15 -> 8.4.16, fixes CVE-2025-14177, CVE-2025-14178, CVE-2025-14180, GHSA-www2-q4fc-65wf

ChangeLog: https://www.php.net/ChangeLog-8.php#8.4.16
This commit is contained in:
Maximilian Bosch
2025-12-29 19:15:56 +01:00
parent 346dd96ad7
commit 2652fae156
+2 -2
View File
@@ -4,8 +4,8 @@ let
base = callPackage ./generic.nix (
_args
// {
version = "8.4.15";
hash = "sha256-txVb3UmNYNY+S8Mg3CJIY5dtMbW9kzlplybJYSVaMZc=";
version = "8.4.16";
hash = "sha256-bEjGXrpqL3oQKSXQh3Ijmx9FEQrtIYf92BuTPtQ5xpI=";
}
);
in