forked from mirrors/nixpkgs
php74: 7.4.8 -> 7.4.11
https://www.php.net/ChangeLog-7.php#7.4.9 https://www.php.net/ChangeLog-7.php#7.4.10 https://www.php.net/ChangeLog-7.php#7.4.11
This commit is contained in:
parent
8626701b2d
commit
a792db658f
|
@ -280,8 +280,8 @@ let
|
|||
});
|
||||
|
||||
php74base = callPackage generic (_args // {
|
||||
version = "7.4.8";
|
||||
sha256 = "0ql01sfg8l7y2bfwmnjxnfw9irpibnz57ssck24b00y00nkd6j3a";
|
||||
version = "7.4.11";
|
||||
sha256 = "1idq2sk3x6msy8l2g42jv3y87h1fgb1aybxw7wpjkliv4iaz422l";
|
||||
});
|
||||
|
||||
defaultPhpExtensions = { all, ... }: with all; ([
|
||||
|
|
Loading…
Reference in a new issue