Loading pkgs/development/php-packages/castor/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ installShellFiles, php, nix-update-script, testers, versionCheckHook, }: php.buildComposerProject2 (finalAttrs: { Loading @@ -30,13 +30,12 @@ php.buildComposerProject2 (finalAttrs: { --zsh <(php $out/bin/castor completion zsh) ''; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { command = "castor --version"; package = php.packages.castor; version = "v${finalAttrs.version}"; }; }; meta = { Loading Loading
pkgs/development/php-packages/castor/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ installShellFiles, php, nix-update-script, testers, versionCheckHook, }: php.buildComposerProject2 (finalAttrs: { Loading @@ -30,13 +30,12 @@ php.buildComposerProject2 (finalAttrs: { --zsh <(php $out/bin/castor completion zsh) ''; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; passthru = { updateScript = nix-update-script { }; tests.version = testers.testVersion { command = "castor --version"; package = php.packages.castor; version = "v${finalAttrs.version}"; }; }; meta = { Loading