php74: 7.4.20 -> 7.4.21

fixes CVE-2021-21705 and CVE-2021-21704

(cherry picked from commit cf9fe3942e90eb6f97cfb69daa391b83f9868883)
This commit is contained in:
ajs124 2021-07-01 14:03:19 +02:00
parent acc107f4be
commit d530ad5185

View File

@ -4,8 +4,8 @@ let
generic = (import ./generic.nix) _args; generic = (import ./generic.nix) _args;
base = callPackage generic (_args // { base = callPackage generic (_args // {
version = "7.4.20"; version = "7.4.21";
sha256 = "0d5ncz97y0271dsmz269wl4721vhq2fn6pmm9rxglc756p36pnha"; sha256 = "0al2697d5hwq0f39rgncl1pwfxzzpc0afmr0fjvw5qjpww163v1n";
}); });
in base.withExtensions ({ all, ... }: with all; ([ in base.withExtensions ({ all, ... }: with all; ([