php80: 8.0.10 -> 8.0.11
ChangeLog: https://www.php.net/ChangeLog-8.php#8.0.11 (cherry picked from commit 6b9eefb85f59c6d0d91b26180c9e1a2b42cb9f7f)
This commit is contained in:
parent
9f4d20b4bf
commit
4ae8eeacc2
|
@ -4,8 +4,8 @@ let
|
|||
generic = (import ./generic.nix) _args;
|
||||
|
||||
base = callPackage generic (_args // {
|
||||
version = "8.0.10";
|
||||
sha256 = "sha256-yUVHJxQQkAhFsITsK8s0Zq82PuypLLJL1hHcvcJvFYc=";
|
||||
version = "8.0.11";
|
||||
sha256 = "0fj0yk0h0fvr9ckszp496wdyvf8kdfsvydw95qg0q0g4hm18gvbh";
|
||||
});
|
||||
|
||||
in base.withExtensions ({ all, ... }: with all; ([
|
||||
|
|
Loading…
Reference in New Issue