lol

Merge pull request #297559 from r-ryantm/auto-update/cargo-mobile2

cargo-mobile2: 0.10.4 -> 0.11.0

authored by

Yt and committed by
GitHub
71a5d2c8 7b24f700

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-mobile2/default.nix
··· 12 12 let 13 13 inherit (darwin.apple_sdk.frameworks) CoreServices; 14 14 pname = "cargo-mobile2"; 15 - version = "0.10.4"; 15 + version = "0.11.0"; 16 16 in 17 17 rustPlatform.buildRustPackage { 18 18 inherit pname version; ··· 20 20 owner = "tauri-apps"; 21 21 repo = pname; 22 22 rev = "cargo-mobile2-v${version}"; 23 - hash = "sha256-AGEsmTGitHqq6952olAxRXiXmNPTiqqbRvVmt7X7lZ8="; 23 + hash = "sha256-1P9ImNyYU1dwGdwc1f6QSGm7H7D5uEozfSJqfEzla+A="; 24 24 }; 25 25 26 26 # Manually specify the sourceRoot since this crate depends on other crates in the workspace. Relevant info at 27 27 # https://discourse.nixos.org/t/difficulty-using-buildrustpackage-with-a-src-containing-multiple-cargo-workspaces/10202 28 28 # sourceRoot = "${src.name}/tooling/cli"; 29 29 30 - cargoHash = "sha256-fbdJii4eeIs+YL/JGfoQxiZXOmHs9v4zrLeIHaVo2Uw="; 30 + cargoHash = "sha256-DmZ7Bdx5EHFkN528EhhJnNOLXEcLglFHvdgywpE59uo="; 31 31 32 32 preBuild = '' 33 33 mkdir -p $out/share/