Unverified Commit 201e1eba authored by seth's avatar seth
Browse files

cargo-tauri: add `passthru.updateScript`

parent abbaa4be
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -48,6 +48,13 @@ rustPlatform.buildRustPackage rec {
    tests = {
      setupHooks = callPackage ./test-app.nix { };
    };

    updateScript = nix-update-script {
      extraArgs = [
        "--version-regex"
        "tauri-v(.*)"
      ];
    };
  };

  meta = {