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:
parent
acc107f4be
commit
d530ad5185
|
@ -4,8 +4,8 @@ let
|
|||
generic = (import ./generic.nix) _args;
|
||||
|
||||
base = callPackage generic (_args // {
|
||||
version = "7.4.20";
|
||||
sha256 = "0d5ncz97y0271dsmz269wl4721vhq2fn6pmm9rxglc756p36pnha";
|
||||
version = "7.4.21";
|
||||
sha256 = "0al2697d5hwq0f39rgncl1pwfxzzpc0afmr0fjvw5qjpww163v1n";
|
||||
});
|
||||
|
||||
in base.withExtensions ({ all, ... }: with all; ([
|
||||
|
|
Loading…
Reference in New Issue