php82: 8.2.23 -> 8.2.24

Fixes CVE-2024-8927, CVE-2024-9026 and CVE-2024-8925.

Changes:
https://www.php.net/ChangeLog-8.php#8.2.24
This commit is contained in:
Thomas Gerbet
2024-09-27 21:32:19 +02:00
parent 27f1613fd0
commit 922f9d74de
+2 -2
View File
@@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.2.23";
hash = "sha256-98kM2no8HeAfO/t7Rp1S3snrovO4MyCDYAT5wu7K4ms=";
version = "8.2.24";
hash = "sha256-TMduxkTu6X0XySv+jQ6EcU/t8pmlOLffrcBjndDcQy8=";
});
in
base.withExtensions ({ all, ... }: with all; ([