13 src = fetchFromGitHub {
15 repo = "kube-no-trouble";
17 hash = "sha256-7bn7DxbZ/Nqob7ZEWRy1UVg97FiJN5JWEgpH1CDz6jQ=";
20 vendorHash = "sha256-+V+/TK60V8NYUDfF5/EgSZg4CLBn6Mt57diiyXm179k=";
25 "-X main.version=v${version}"
28 subPackages = [ "cmd/kubent" ];
30 passthru.tests.version = testers.testVersion {
32 command = "kubent --version";
33 version = "v${version}";
37 description = "Easily check your cluster for use of deprecated APIs";
38 changelog = "https://github.com/doitintl/kube-no-trouble/releases/tag/${version}";
39 homepage = "https://github.com/doitintl/kube-no-trouble";
40 license = lib.licenses.mit;
41 mainProgram = "kubent";
42 maintainers = with lib.maintainers; [ peterromfeldhk ];