cargo-mobile2: 0.7.0 -> 0.9.0

authored by R. Ryantm and committed by Yt 18a19d8d fd04bea4

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