1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "0whijr2r2j5bvfy8jgmpxsa0zvwk5kfjlpnkw4za5k35q7bjffls";
16 subPackages = [ "." ];
19 description = "A kafka command line browser";
20 homepage = "https://github.com/cswank/kcli";
21 license = licenses.mit;
22 maintainers = with maintainers; [ cswank ];
23 broken = true; # vendor isn't reproducible with go > 1.17: nix-build -A $name.goModules --check