cargo-tauri: add passthru.updateScript

This commit is contained in:
seth
2024-11-14 02:26:04 -05:00
parent abbaa4be2c
commit 201e1ebab7
+7
View File
@@ -48,6 +48,13 @@ rustPlatform.buildRustPackage rec {
tests = {
setupHooks = callPackage ./test-app.nix { };
};
updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"tauri-v(.*)"
];
};
};
meta = {