12 src = fetchFromGitHub {
16 hash = "sha256-Ui/JYU/ZbMP8E20vWHah1GFFVu5E4xf0RaVv9X0QnR4=";
19 vendorHash = "sha256-34D9fQnmKnOyUqshduLmFiVgcVKi7mDKBs3X5ZQxsuw=";
21 nativeBuildInputs = [ makeWrapper ];
23 # Fix unaligned table when running this program under a CJK environment
25 wrapProgram $out/bin/ugm \
26 --set RUNEWIDTH_EASTASIAN 0
29 passthru.updateScript = nix-update-script {};
32 description = "Terminal based UNIX user and group browser";
33 homepage = "https://github.com/ariasmn/ugm";
34 changelog = "https://github.com/ariasmn/ugm/releases/tag/${src.rev}";
35 license = licenses.mit;
37 platforms = platforms.linux;
38 maintainers = with maintainers; [ oosquare ];