Skip to content

Commit c48a56f

Browse files
authored
cargo-mobile2: 0.17.5 -> 0.17.6 (NixOS#398004)
2 parents 99d6994 + 108b214 commit c48a56f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-mobile2/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
let
1414
inherit (darwin.apple_sdk.frameworks) CoreServices;
1515
pname = "cargo-mobile2";
16-
version = "0.17.5";
16+
version = "0.17.6";
1717
in
1818
rustPlatform.buildRustPackage {
1919
inherit pname version;
2020
src = fetchFromGitHub {
2121
owner = "tauri-apps";
2222
repo = pname;
2323
rev = "cargo-mobile2-v${version}";
24-
hash = "sha256-eaKj2S1qiG6qQd7yG4RrK/a+1IsgBybodSTfERDvGE4=";
24+
hash = "sha256-kIy5Ic7Zk6twcEbZN/wRLwMK0XeMF0lNkFDIc2vO944=";
2525
};
2626

2727
# Manually specify the sourceRoot since this crate depends on other crates in the workspace. Relevant info at
2828
# https://discourse.nixos.org/t/difficulty-using-buildrustpackage-with-a-src-containing-multiple-cargo-workspaces/10202
2929
# sourceRoot = "${src.name}/tooling/cli";
3030

3131
useFetchCargoVendor = true;
32-
cargoHash = "sha256-IW/2Xp52TlqYtvXZqSDv9/Uv9B/thM360ecbbWLXPNE=";
32+
cargoHash = "sha256-An9EuNv+6ttNKp50RutzxtHl/RS5gn9sUNlWtipAujk=";
3333

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

0 commit comments

Comments
 (0)