Unverified Commit 7d82762e authored by Yt's avatar Yt Committed by GitHub
Browse files

cargo-mobile2: 0.17.6 -> 0.20.0 (#400481)

parents 13209a3a 752e358d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
let
  inherit (darwin.apple_sdk.frameworks) CoreServices;
  pname = "cargo-mobile2";
  version = "0.17.6";
  version = "0.20.0";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage {
    owner = "tauri-apps";
    repo = pname;
    rev = "cargo-mobile2-v${version}";
    hash = "sha256-kIy5Ic7Zk6twcEbZN/wRLwMK0XeMF0lNkFDIc2vO944=";
    hash = "sha256-7/ol4Jb/2s007LeSMo6YYDT5vipsZZF6O4hfJ7ylHGg=";
  };

  # Manually specify the sourceRoot since this crate depends on other crates in the workspace. Relevant info at
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage {
  # sourceRoot = "${src.name}/tooling/cli";

  useFetchCargoVendor = true;
  cargoHash = "sha256-An9EuNv+6ttNKp50RutzxtHl/RS5gn9sUNlWtipAujk=";
  cargoHash = "sha256-zSUT2zClpSlBDu6vgMv4TZn9Jp0Ych6EQKo1AwkSMXU=";

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