7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
12 owner = "TheAppgineer";
15 hash = "sha256-ocPSqj9/xJ2metetn6OY+IEFWysbstPmh2N5Jd8NDPM=";
19 lockFile = ./Cargo.lock;
21 "roon-api-0.1.1" = "sha256-aFcS8esfgMxzzhWLeynTRFp1FZj2z6aHIivU/5p+uec=";
26 description = "Roon Remote for the terminal";
27 homepage = "https://github.com/TheAppgineer/roon-tui";
28 license = lib.licenses.mit;
29 maintainers = with lib.maintainers; [ MichaelCDormann ];
30 mainProgram = "roon-tui";