1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-Kzom+/Xad6SI9czw4xvmTbJ+bNB9mF2oSq37IFn384U=";
14 vendorHash = "sha256-RA3+S5Pad+4mNUgcZ2Z0K0FKA3Za5o1ko049GM4yQQ8=";
15 ldflags = [ "-s" "-w" ];
17 description = "Command supervisor for coordinated Kubernetes pod container termination";
18 mainProgram = "kubexit";
19 homepage = "https://github.com/karlkfi/kubexit/";
20 license = licenses.asl20;
21 maintainers = with maintainers; [ qjoly ];