Merge pull request #335334 from linsui/tauri

cargo-tauri: 2.0.0-rc.2 -> 1.7.1-unstable-2024-08-16

authored by Sandro and committed by GitHub 4c66fe4c 55de6395

+4 -4
+4 -4
pkgs/development/tools/rust/cargo-tauri/default.nix
··· 18 in 19 rustPlatform.buildRustPackage rec { 20 pname = "tauri"; 21 - version = "2.0.0-rc.2"; 22 23 src = fetchFromGitHub { 24 owner = "tauri-apps"; 25 repo = "tauri"; 26 - rev = "tauri-v${version}"; 27 - hash = "sha256-V3Lck5RzEAxXRHPAy0M2elRk9geF8qHWoi01N6wcHc4="; 28 }; 29 30 # Manually specify the sourceRoot since this crate depends on other crates in the workspace. Relevant info at 31 # https://discourse.nixos.org/t/difficulty-using-buildrustpackage-with-a-src-containing-multiple-cargo-workspaces/10202 32 sourceRoot = "${src.name}/tooling/cli"; 33 34 - cargoHash = "sha256-fGnre+vPzWtpp9NLLQtb/Feh06pBQipkCQ2kFCDTC+Y="; 35 36 buildInputs = 37 [ openssl ]
··· 18 in 19 rustPlatform.buildRustPackage rec { 20 pname = "tauri"; 21 + version = "1.7.1-unstable-2024-08-16"; 22 23 src = fetchFromGitHub { 24 owner = "tauri-apps"; 25 repo = "tauri"; 26 + rev = "2b61447dfc167ec11724f99671bf9e2de0bf6768"; 27 + hash = "sha256-gKG7olZuTCkW+SKI3FVZqgS6Pp5hFemRJshdma8rpyg="; 28 }; 29 30 # Manually specify the sourceRoot since this crate depends on other crates in the workspace. Relevant info at 31 # https://discourse.nixos.org/t/difficulty-using-buildrustpackage-with-a-src-containing-multiple-cargo-workspaces/10202 32 sourceRoot = "${src.name}/tooling/cli"; 33 34 + cargoHash = "sha256-VXg/dAhwPTSrLwJm8HNzAi/sVF9RqgpHIF3PZe1LjSA="; 35 36 buildInputs = 37 [ openssl ]