proton-pass-cli: fix versionCheckHook

This commit is contained in:
Thierry Delafontaine
2026-03-23 15:56:26 +01:00
parent 3758e7196d
commit e1fcf5f605
+2 -3
View File
@@ -37,11 +37,10 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
nativeCheckInputs = [
doInstallCheck = true;
nativeInstallCheckInputs = [
versionCheckHook
];
versionCheckProgram = "${placeholder "out"}/bin/pass-cli";
versionCheckProgramArg = "--version";
passthru = {
sources = {