1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-+fPARVS1ILxrigHpvb+iNqz7Xw7+c/LmHJEeRxhCbhQ=";
14 vendorSha256 = "sha256-XWCjnHg0P7FCuiMjCV6ijy60h0u776GyiIC/k/KMW38=";
17 description = "Connect to a Twitch channel's chat from your terminal";
18 homepage = "https://github.com/atye/ttchat";
19 license = licenses.asl20;
20 platforms = platforms.linux;
21 maintainers = with maintainers; [ wolfangaukang ];