Merge pull request #273327 from drupol/box/use-php-83

phpPackages.box: use `php82`
This commit is contained in:
Pol Dellaiera 2023-12-10 12:47:46 +01:00 committed by GitHub
commit 8214139c93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ lib, php, fetchFromGitHub }:
{ lib, php82, fetchFromGitHub }:
php.buildComposerProject (finalAttrs: {
php82.buildComposerProject (finalAttrs: {
pname = "box";
version = "4.6.0";