1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "terminal-parrot";
7 src = fetchFromGitHub {
9 repo = "terminal-parrot";
11 hash = "sha256-LI67DDcK3M084r9JPx8NcBWthaiBOCEL4lQJhuUJSok=";
14 vendorHash = "sha256-EhnmOpT+rx4RVpmqgEQ4qO+Uca1W9uhx4fcExXG9LOI=";
19 description = "Shows colorful, animated party parrot in your terminial";
20 homepage = "https://github.com/jmhobbs/terminal-parrot";
21 license = licenses.mit;
22 maintainers = [ maintainers.heel ];
23 mainProgram = "terminal-parrot";