gitbutler: importCargoLock -> fetchCargoVendor

This commit is contained in:
seth
2024-12-24 00:11:17 -05:00
parent f1f275a93f
commit 645b40cef5
2 changed files with 2 additions and 8464 deletions
File diff suppressed because it is too large Load Diff
+2 -7
View File
@@ -41,13 +41,8 @@ rustPlatform.buildRustPackage rec {
jq '.package.version = "${version}" | .tauri.updater.active = false' "$tauri_conf" | sponge "$tauri_conf"
'';
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"tauri-plugin-context-menu-0.7.1" = "sha256-vKfq20hrFLmfoXO94D8HwAE3UdGcuqVZf3+tOBhLqj0=";
"tauri-plugin-log-0.0.0" = "sha256-gde2RS5NFA0Xap/Xb7XOeVQ/5t2Nw+j+HOwfeJmSNMU=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-oXO4ZuE5qrxc/qZs9M5ODHOTtLnXIXyc246ArHNU09g=";
pnpmDeps = pnpm_9.fetchDeps {
inherit pname version src;