kubeval: 0.14.0 -> 0.15.0

Also, add myself as maintainer
This commit is contained in:
Johan Thomsen 2020-05-07 09:10:35 +02:00
parent dd38a549f8
commit f150c2bd22

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;
};
}