Merge pull request #137655 from talyz/backport-php-8.0.10
[21.05] php80: 8.0.8 -> 8.0.10
This commit is contained in:
commit
9544502814
@ -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.8";
|
version = "8.0.10";
|
||||||
sha256 = "0vyi9hhy7yl4l589dniwb3gq29sp3giq7ni4nca3x54q3bbpgg8l";
|
sha256 = "sha256-yUVHJxQQkAhFsITsK8s0Zq82PuypLLJL1hHcvcJvFYc=";
|
||||||
});
|
});
|
||||||
|
|
||||||
in base.withExtensions ({ all, ... }: with all; ([
|
in base.withExtensions ({ all, ... }: with all; ([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user