Merge pull request #276708 from r-ryantm/auto-update/cargo-tauri

cargo-tauri: 1.5.2 -> 1.5.4

authored by Yt and committed by GitHub 9d52d878 86b7775f

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-tauri/default.nix
··· 17 in 18 rustPlatform.buildRustPackage rec { 19 pname = "tauri"; 20 - version = "1.5.2"; 21 22 src = fetchFromGitHub { 23 owner = "tauri-apps"; 24 repo = pname; 25 rev = "tauri-v${version}"; 26 - hash = "sha256-HdA7c64ru21DvjhIswRW6r+EH3uYj4ipWzBcfVcc644="; 27 }; 28 29 # Manually specify the sourceRoot since this crate depends on other crates in the workspace. Relevant info at 30 # https://discourse.nixos.org/t/difficulty-using-buildrustpackage-with-a-src-containing-multiple-cargo-workspaces/10202 31 sourceRoot = "${src.name}/tooling/cli"; 32 33 - cargoHash = "sha256-hmig/QKzdt/rIl4gggTygwZ6rEmekw0OlppN6pXvvmw="; 34 35 buildInputs = [ openssl ] ++ lib.optionals stdenv.isLinux [ glibc libsoup cairo gtk3 webkitgtk ] 36 ++ lib.optionals stdenv.isDarwin [ CoreServices Security ];
··· 17 in 18 rustPlatform.buildRustPackage rec { 19 pname = "tauri"; 20 + version = "1.5.4"; 21 22 src = fetchFromGitHub { 23 owner = "tauri-apps"; 24 repo = pname; 25 rev = "tauri-v${version}"; 26 + hash = "sha256-1rhdvTjA53Zxx3qm/Im2uQBWbYU/HlPPUQ3txq0uLps="; 27 }; 28 29 # Manually specify the sourceRoot since this crate depends on other crates in the workspace. Relevant info at 30 # https://discourse.nixos.org/t/difficulty-using-buildrustpackage-with-a-src-containing-multiple-cargo-workspaces/10202 31 sourceRoot = "${src.name}/tooling/cli"; 32 33 + cargoHash = "sha256-CHX4fesnqxoeplqXGFrn4RSfGdrkhKNANvXIwMkWXDs="; 34 35 buildInputs = [ openssl ] ++ lib.optionals stdenv.isLinux [ glibc libsoup cairo gtk3 webkitgtk ] 36 ++ lib.optionals stdenv.isDarwin [ CoreServices Security ];