Merge pull request #273327 from drupol/box/use-php-83
phpPackages.box: use `php82`
This commit is contained in:
commit
8214139c93
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, php, fetchFromGitHub }:
|
||||
{ lib, php82, fetchFromGitHub }:
|
||||
|
||||
php.buildComposerProject (finalAttrs: {
|
||||
php82.buildComposerProject (finalAttrs: {
|
||||
pname = "box";
|
||||
version = "4.6.0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue