Unverified Commit 29027559 authored by Jonathan Davies's avatar Jonathan Davies
Browse files

rqbit: Add versionCheckHook

parent 0164f126
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
  nodejs,
  nix-update-script,
  nixosTests,
  versionCheckHook,
}:
let
  pname = "rqbit";
@@ -63,6 +64,11 @@ rustPlatform.buildRustPackage {

  doCheck = false;

  nativeInstallCheckInputs = [
    versionCheckHook
  ];
  doInstallCheck = true;

  passthru = {
    webui = rqbit-webui;
    updateScript = nix-update-script {