Merge pull request #87167 from johanot/kubeval-0.15

kubeval: 0.14.0 -> 0.15.0
This commit is contained in:
Mario Rodas 2020-05-07 06:49:28 -05:00 committed by GitHub
commit 3439ec9695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubeval";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "instrumenta";
repo = "kubeval";
rev = "${version}";
sha256 = "0kpwk7bv36m3i8vavm1pqc8l611c6l9qbagcc64v6r85qig4w5xv";
sha256 = "05li0qv4q7fy2lr50r6c1r8dhx00jb1g01qmgc72a9zqp378yiq0";
};
modSha256 = "0y9x44y3bchi8xg0a6jmp2rmi8dybkl6qlywb6nj1viab1s8dd4y";
@ -17,7 +17,7 @@ buildGoModule rec {
description = "Validate your Kubernetes configuration files";
homepage = "https://github.com/instrumenta/kubeval";
license = licenses.asl20;
maintainers = with maintainers; [ nicknovitski ];
maintainers = with maintainers; [ johanot nicknovitski ];
platforms = platforms.all;
};
}