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:
@@ -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; ([
|
||||
|
||||
Reference in New Issue
Block a user