11 src = fetchFromGitHub {
15 hash = "sha256-/xfZcykOGYOnCkKQDUJ9k4xh+bwrDmy2iSNFPVLkjew=";
18 vendorHash = "sha256-K2IyljE5QS/SZ6EXV42q/a5ru+0UXZ69oLNi94XKxw4=";
23 "-X main.version=v${version}"
26 nativeBuildInputs = [ installShellFiles ];
29 installShellCompletion --cmd kubecfg \
30 --bash <($out/bin/kubecfg completion --shell=bash) \
31 --zsh <($out/bin/kubecfg completion --shell=zsh)
35 description = "Tool for managing Kubernetes resources as code";
36 mainProgram = "kubecfg";
37 homepage = "https://github.com/kubecfg/kubecfg";
38 changelog = "https://github.com/kubecfg/kubecfg/releases/tag/v${version}";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ benley qjoly ];