Skip to content

Commit e1d5bdc

Browse files
authored
Merge pull request #333807 from r-ryantm/auto-update/cargo-mobile2
cargo-mobile2: 0.13.0 -> 0.13.1
2 parents 9b2fc49 + 679c2b9 commit e1d5bdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/rust/cargo-mobile2/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
let
1313
inherit (darwin.apple_sdk.frameworks) CoreServices;
1414
pname = "cargo-mobile2";
15-
version = "0.13.0";
15+
version = "0.13.1";
1616
in
1717
rustPlatform.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/

0 commit comments

Comments
 (0)