Skip to content

Commit b462caa

Browse files
authored
n98-magerun2: use php 8.3 (#405855)
2 parents 494f19b + 14753ec commit b462caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/n9/n98-magerun2/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
lib,
33
fetchFromGitHub,
4-
php,
4+
php83,
55
versionCheckHook,
66
}:
77

8-
php.buildComposerProject2 (finalAttrs: {
8+
php83.buildComposerProject2 (finalAttrs: {
99
pname = "n98-magerun2";
1010
version = "8.0.0";
1111

0 commit comments

Comments
 (0)