php74: 7.4.24 -> 7.4.25, fix CVE-2021-21703

Details: https://nvd.nist.gov/vuln/detail/CVE-2021-21703
ChangeLog: https://www.php.net/ChangeLog-7.php#7.4.25
(cherry picked from commit af404d852f39b18257024d8010192d74829c0917)
This commit is contained in:
Maximilian Bosch 2021-10-25 23:33:53 +02:00
parent 5ebb1dca9b
commit a17528c284
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ let
base = callPackage generic (_args // {
version = "7.4.24";
sha256 = "0cigvwp469kmc27r28liq5dwdz5icp61vqqr3w24jhw6i2vk43pm";
version = "7.4.25";
sha256 = "sha256-J5klcMrz4uUyOrezeFPETBUpsdMeqU2Xdu+pHVp4ExM=";
});
in base.withExtensions ({ all, ... }: with all; ([