Unverified Commit 27298c9e authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

proton-pass-cli: fix versionCheckHook (#502675)

parents c8ebda8f e1fcf5f6
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -37,11 +37,10 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  nativeCheckInputs = [
  doInstallCheck = true;
  nativeInstallCheckInputs = [
    versionCheckHook
  ];
  versionCheckProgram = "${placeholder "out"}/bin/pass-cli";
  versionCheckProgramArg = "--version";

  passthru = {
    sources = {