1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "RasmusLindroth";
11 sha256 = "sha256-AtwwLRZx9O8IWPFgFI/ZK0tbeshEmaKpTQxA1PepnWM=";
14 vendorHash = "sha256-gPF4XrUqDDJCCY1zrUr3AXDG0uoADR8LBxRP4yolcug=";
17 description = "TUI for Mastodon with vim inspired keys";
18 homepage = "https://github.com/RasmusLindroth/tut";
19 license = licenses.mit;
20 maintainers = with maintainers; [ equirosa ];