File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/tools/rust/cargo-mobile2 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212let
1313 inherit ( darwin . apple_sdk . frameworks ) CoreServices ;
1414 pname = "cargo-mobile2" ;
15- version = "0.13.0 " ;
15+ version = "0.13.1 " ;
1616in
1717rustPlatform . buildRustPackage {
1818 inherit pname version ;
1919 src = fetchFromGitHub {
2020 owner = "tauri-apps" ;
2121 repo = pname ;
2222 rev = "cargo-mobile2-v${ version } " ;
23- hash = "sha256-K7Ul3a1n3JpDm31XuwVAWiAjbQtuKm5faRiWelgU4fU =" ;
23+ hash = "sha256-MEq7NHoGQ8Qp7qXQXTyiV9vE+wXFMihrqPfj7q5AdxI =" ;
2424 } ;
2525
2626 # Manually specify the sourceRoot since this crate depends on other crates in the workspace. Relevant info at
2727 # https://discourse.nixos.org/t/difficulty-using-buildrustpackage-with-a-src-containing-multiple-cargo-workspaces/10202
2828 # sourceRoot = "${src.name}/tooling/cli";
2929
30- cargoHash = "sha256-wXLvv9fijFELKzACDgza3fxEFV5rip3Jj9Xn1M27hgc =" ;
30+ cargoHash = "sha256-6atMhn1DaItybJUT/NndRce//j+LdpuoBsY6z3DKxE0 =" ;
3131
3232 preBuild = ''
3333 mkdir -p $out/share/
You can’t perform that action at this time.
0 commit comments