9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-9svPIZzKuI4XBlxBsKucGLdX2dkfAy9ERT5oj8Su9TM=";
20 cargoHash = "sha256-w6rrZQNu5kLKEWSXFa/vSqwm76zWZug/ZqztMDY7buE=";
31 description = "TUI for managing bluetooth on Linux";
32 homepage = "https://github.com/pythops/bluetui";
33 license = lib.licenses.gpl3Only;
34 maintainers = with lib.maintainers; [ donovanglover ];
35 mainProgram = "bluetui";
36 platforms = lib.platforms.linux;