1 { lib, buildGoModule, fetchFromGitHub, installShellFiles }:
7 src = fetchFromGitHub {
11 hash = "sha256-HVmtUhdMjbkyMpTgbsr5Mm286F9Q7zbc5rOxi7OBZEg=";
14 vendorHash = "sha256-3xetjviMuH+Nev12DB2WN2Wnmw1biIDAckUSGVRHQwM=";
16 nativeBuildInputs = [ installShellFiles ];
21 "-X main.version=${version}"
25 installShellCompletion completion/*
29 description = "Fast way to switch between clusters and namespaces in kubectl!";
30 license = licenses.asl20;
31 homepage = "https://github.com/ahmetb/kubectx";
32 maintainers = with maintainers; [ jlesquembre ];