php80: 8.0.6 -> 8.0.7
https://www.php.net/ChangeLog-8.php#8.0.7 (cherry picked from commit 6b7b002544a8c0f907a37eeb4fd77eecd8c7eb67)
This commit is contained in:
parent
f8455aefe9
commit
02957ca57b
@ -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.6";
|
version = "8.0.7";
|
||||||
sha256 = "0vjji49a8pbhzy1q6l4id95ixar2dqf1bkqbxffh64k0svdaka16";
|
sha256 = "0yazcc9x66xg1gmi3rpgk891g6s3mm7aywcadqfqnx1mdz4z5ckj";
|
||||||
});
|
});
|
||||||
|
|
||||||
in base.withExtensions ({ all, ... }: with all; ([
|
in base.withExtensions ({ all, ... }: with all; ([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user