Skip to content

Commit 1afb093

Browse files
committed
phpPackages.box: 4.6.2 -> 4.6.6, fix installCheck
1 parent c0999f4 commit 1afb093

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/development/php-packages/box/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@
77

88
php82.buildComposerProject2 (finalAttrs: {
99
pname = "box";
10-
version = "4.6.2";
10+
version = "4.6.6";
1111

1212
src = fetchFromGitHub {
1313
owner = "box-project";
1414
repo = "box";
1515
tag = finalAttrs.version;
16-
hash = "sha256-gYIAP9pTjahNkpNNXx0c8sQm+9Kaq6/IAo/xI5bNy7Y=";
16+
hash = "sha256-giJAcH2R9hAlUTbwRi7rbmUP+WV8Nfb9XmoHHs4RcbI=";
1717
};
1818

19-
vendorHash = "sha256-TAubvl+rsdQdqKz+lRg1oX/ENuRyHoJQVmL1ELz24fg=";
19+
vendorHash = "sha256-7oZtuQ7PhB7q9vNO2TLI46kg2q9BgdLjGUduGXAHc0E=";
2020

2121
nativeInstallCheckInputs = [ versionCheckHook ];
22+
versionCheckProgramArg = [ "--version" ];
2223
doInstallCheck = true;
2324

2425
meta = {

0 commit comments

Comments
 (0)