File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/ca/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 1313let
1414 inherit ( darwin . apple_sdk . frameworks ) CoreServices ;
1515 pname = "cargo-mobile2" ;
16- version = "0.17.5 " ;
16+ version = "0.17.6 " ;
1717in
1818rustPlatform . 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/
You can’t perform that action at this time.
0 commit comments