php74: 7.4.18 -> 7.4.20
https://www.php.net/ChangeLog-7.php#7.4.19 https://www.php.net/ChangeLog-7.php#7.4.20
This commit is contained in:
parent
8ecd7fee22
commit
23548b2552
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ let
|
|||
generic = (import ./generic.nix) _args;
|
||||
|
||||
base = callPackage generic (_args // {
|
||||
version = "7.4.18";
|
||||
sha256 = "0bw4q7svijsqi5vinaspzzqyli2pvmpz6yf83ndqixf6x4r5ji9f";
|
||||
version = "7.4.20";
|
||||
sha256 = "0d5ncz97y0271dsmz269wl4721vhq2fn6pmm9rxglc756p36pnha";
|
||||
});
|
||||
|
||||
in base.withExtensions ({ all, ... }: with all; ([
|
||||
|
|
Loading…
Reference in a new issue