php82: 8.2.19 -> 8.2.20

diff: https://github.com/php/php-src/compare/php-8.2.19..php-8.2.20
changelog: https://github.com/php/php-src/blob/PHP-8.2.20/NEWS

Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
This commit is contained in:
Pol Dellaiera
2024-06-06 23:05:08 +02:00
parent f7dea8a84a
commit 68b4e2b811
+2 -2
View File
@@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.2.19";
hash = "sha256-PBj3zlG3x7JreX4flwedOGswNH6wToF/XmyOmydeKmo=";
version = "8.2.20";
hash = "sha256-Xexvphx7nEeqHXZma+ZR8mQu0rz2zYY4xX41cc4qrGE=";
});
in
base.withExtensions ({ all, ... }: with all; ([