php83: 8.3.28 -> 8.3.29, fixes CVE-2025-14177, CVE-2025-14178, CVE-2025-14180, GHSA-www2-q4fc-65wf

ChangeLog: https://www.php.net/ChangeLog-8.php#8.3.29
This commit is contained in:
Maximilian Bosch
2025-12-29 19:24:16 +01:00
parent 2652fae156
commit 865f2e8358
+2 -2
View File
@@ -4,8 +4,8 @@ let
base = callPackage ./generic.nix (
_args
// {
version = "8.3.28";
hash = "sha256-1bOF7jUexGPIXUfutTtRFW80g+rz/0OnrVCAwrbUxVc=";
version = "8.3.29";
hash = "sha256-xzNyEuZVMl1JnqgQj6dvad3eL/98sPrTaqY+7VQMuKU=";
}
);
in