11 src = fetchFromGitHub {
12 owner = "instrumenta";
15 sha256 = "sha256-pwJOV7V78H2XaMiiJvKMcx0dEwNDrhgFHmCRLAwMirg=";
19 # https://github.com/instrumenta/kubeval/pull/346
21 name = "bump-golang.org/x/sys.patch";
22 url = "https://github.com/instrumenta/kubeval/commit/d64502b04d9e1b85fd3d5509049adb50f3e39954.patch";
23 sha256 = "sha256-S/lgwdykFLU2QZRW927fgCPxaIAMK3vSqmH08pXBQxM=";
27 vendorHash = "sha256-R/vVrLsVSA9SGra4ytoHlQkPaIgQaj/XdivcQp8xjSM=";
32 description = "Validate your Kubernetes configuration files";
33 mainProgram = "kubeval";
34 homepage = "https://github.com/instrumenta/kubeval";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ johanot nicknovitski ];