1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-PaB5+Sy2ccEQz+wuz88w/M4NXayKA41/ugSPJdtjfiE=";
14 vendorHash = "sha256-rou4IC5wMIq7i/OGAvE28qke0X6C5S7Iw+gwCPf5Zdk=";
17 # The go.sum file is missing from the upstream.
21 ldflags = [ "-w" "-s" "-X main.version=${version}" ];
23 doCheck = false; # TODO tests are failing
26 homepage = "https://github.com/kubemq-io/kubemqctl";
27 description = "Kubemqctl is a command line interface (CLI) for Kubemq Kubernetes Message Broker";
28 mainProgram = "kubemqctl";
29 license = lib.licenses.asl20;
30 maintainers = with lib.maintainers; [ brianmcgee ];