php80: 8.0.5 -> 8.0.6

https://www.php.net/ChangeLog-8.php#8.0.6
(cherry picked from commit a3c966cc7aefe169fc0d6a73dd2f0d765177c23b)
This commit is contained in:
Elis Hirwing 2021-06-03 17:11:10 +02:00
parent f035fa6ede
commit f11b59b21b
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 = "8.0.5"; version = "8.0.6";
sha256 = "1q08xx9pbn7plsnfh6j16jj294vm968ng1n5kaqw7apgxd7r6p8r"; sha256 = "0vjji49a8pbhzy1q6l4id95ixar2dqf1bkqbxffh64k0svdaka16";
}); });
in base.withExtensions ({ all, ... }: with all; ([ in base.withExtensions ({ all, ... }: with all; ([