6 rustPlatform.buildRustPackage rec {
7 pname = "asahi-btsync";
11 inherit pname version;
12 hash = "sha256-jp05WcwY1cWh4mBQj+3jRCZoG32OhDvTB84hOAGemX8=";
15 cargoHash = "sha256-XsgWqdwb0DDsK6HkaoVGQB/mm1U1TVzJM5q/gt9GryA=";
16 cargoDepsName = pname;
19 description = "Tool to sync Bluetooth pairing keys with macos on ARM Macs";
20 homepage = "https://crates.io/crates/asahi-btsync";
21 license = licenses.mit;
22 maintainers = with maintainers; [ lukaslihotzki ];
23 mainProgram = "asahi-btsync";
24 platforms = platforms.linux;