php83: 8.3.7 -> 8.3.8

diff: https://github.com/php/php-src/compare/php-8.3.7..php-8.3.8
changelog: https://github.com/php/php-src/blob/PHP-8.3.8/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:02:02 +02:00
parent 68b4e2b811
commit 3b58ac5892
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "8.3.7";
hash = "sha256-AcIM3hxaVpZlGHXtIvUHhJZ5+6dA+MQhYWt9Q9f3l9o=";
version = "8.3.8";
hash = "sha256-9KbLAFrhF6uobCBEkyz1Y4maLpd6wJeBqnSyFh3cVjs=";
});
in
base.withExtensions ({ all, ... }: with all; ([