php74: 7.4.15 -> 7.4.16

Changelog: https://www.php.net/ChangeLog-7.php#7.4.16
This commit is contained in:
Elis Hirwing 2021-03-11 19:39:58 +01:00
parent 919b55c49c
commit 82734e8ceb
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

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.15"; version = "7.4.16";
sha256 = "0mvp7b16sy9j36v9v1mhixwz16hi8mhax7rwpqy3sv24jc1bxmqv"; sha256 = "0gnfb4vaj71fiap0q9lk6vs1xs7l6sha60isw6aaw3zxgh00ywc5";
}); });
in base.withExtensions ({ all, ... }: with all; ([ in base.withExtensions ({ all, ... }: with all; ([