7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
12 owner = "wintermute-cell";
15 hash = "sha256-65cbNsGQZSpxKV0lq/Z7TK7CODPTqayOiPStukFbo44=";
18 cargoHash = "sha256-CWk3ixajgDI1oOOZ4qBZw5jq1xlJtxa6sAQu+fyk4rI=";
20 passthru.updateScript = nix-update-script { };
23 description = "TUI tool to help you type faster and learn new layouts. Includes a free cat";
24 homepage = "https://github.com/wintermute-cell/ngrrram";
25 license = lib.licenses.gpl3Only;
26 maintainers = with lib.maintainers; [ Guanran928 ];
27 mainProgram = "ngrrram";