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
This commit is contained in:
Maximilian Bosch 2021-10-25 23:33:53 +02:00
parent 2e4300bf8b
commit af404d852f
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -2,8 +2,8 @@
let
base = callPackage ./generic.nix (_args // {
version = "7.4.24";
sha256 = "0cigvwp469kmc27r28liq5dwdz5icp61vqqr3w24jhw6i2vk43pm";
version = "7.4.25";
sha256 = "sha256-J5klcMrz4uUyOrezeFPETBUpsdMeqU2Xdu+pHVp4ExM=";
});
in