Skip to content

Commit

Permalink
Merge pull request #299411 from r-ryantm/auto-update/cargo-mobile2
Browse files Browse the repository at this point in the history
cargo-mobile2: 0.11.0 -> 0.11.1
  • Loading branch information
happysalada committed Mar 27, 2024
2 parents a299d72 + 5098e82 commit 7d80787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-mobile2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
let
inherit (darwin.apple_sdk.frameworks) CoreServices;
pname = "cargo-mobile2";
version = "0.11.0";
version = "0.11.1";
in
rustPlatform.buildRustPackage {
inherit pname version;
src = fetchFromGitHub {
owner = "tauri-apps";
repo = pname;
rev = "cargo-mobile2-v${version}";
hash = "sha256-1P9ImNyYU1dwGdwc1f6QSGm7H7D5uEozfSJqfEzla+A=";
hash = "sha256-HLDuWEKLij1hTKxf3lrAb4d2DIHzzkj4kuiZXgQwH4Q=";
};

# Manually specify the sourceRoot since this crate depends on other crates in the workspace. Relevant info at
# https://discourse.nixos.org/t/difficulty-using-buildrustpackage-with-a-src-containing-multiple-cargo-workspaces/10202
# sourceRoot = "${src.name}/tooling/cli";

cargoHash = "sha256-DmZ7Bdx5EHFkN528EhhJnNOLXEcLglFHvdgywpE59uo=";
cargoHash = "sha256-jCsP5xhNkqnwz8HocUzzf17omU8WDNrL/WVj/lP+51w=";

preBuild = ''
mkdir -p $out/share/
Expand Down

0 comments on commit 7d80787

Please sign in to comment.