9 src = fetchFromGitHub {
13 hash = "sha256-TK93O9XwMrsrQT3EG0969HYMtYkK0a4PzG9FSTqHxAY=";
15 vendorHash = "sha256-voVoowjM90OGWXF4REEevO8XEzT7azRYiDay4bnGBks=";
17 description = "TUI-based file manager for the Android Debug Bridge";
18 homepage = "https://github.com/darkhz/adbtuifm";
19 changelog = "https://github.com/darkhz/adbtuifm/releases/tag/v${version}";
20 license = with licenses; [mit];
21 maintainers = with maintainers; [daru-san];
22 mainProgram = "adbtuifm";
23 platforms = platforms.linux;