Unverified Commit 9c15c2a8 authored by Yt's avatar Yt Committed by GitHub
Browse files

cargo-mobile2: 0.21.0 -> 0.21.1 (#452472)

parents a788ed9c f53870bb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

let
  pname = "cargo-mobile2";
  version = "0.21.0";
  version = "0.21.1";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -18,14 +18,14 @@ rustPlatform.buildRustPackage {
    owner = "tauri-apps";
    repo = "cargo-mobile2";
    rev = "cargo-mobile2-v${version}";
    hash = "sha256-cWOEjXfbUn0aOl53d9mqQHSRvowVsOOy+mtd0+c935Y=";
    hash = "sha256-w95UAtAP11jaW4EqprGv+duBf81rLv8y7+Ej5SFeRAs=";
  };

  # 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-WS4emnsXotVXQblMcy7165lBvK1423Bi41gXPY5FA9I=";
  cargoHash = "sha256-Aa4Iubl8l+tss0ClF93RqVUsB4Jg4/MQCeKSr/iY5tA=";

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