Merge pull request #87167 from johanot/kubeval-0.15
kubeval: 0.14.0 -> 0.15.0
This commit is contained in:
commit
3439ec9695
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "kubeval";
|
pname = "kubeval";
|
||||||
version = "0.14.0";
|
version = "0.15.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "instrumenta";
|
owner = "instrumenta";
|
||||||
repo = "kubeval";
|
repo = "kubeval";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0kpwk7bv36m3i8vavm1pqc8l611c6l9qbagcc64v6r85qig4w5xv";
|
sha256 = "05li0qv4q7fy2lr50r6c1r8dhx00jb1g01qmgc72a9zqp378yiq0";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "0y9x44y3bchi8xg0a6jmp2rmi8dybkl6qlywb6nj1viab1s8dd4y";
|
modSha256 = "0y9x44y3bchi8xg0a6jmp2rmi8dybkl6qlywb6nj1viab1s8dd4y";
|
||||||
@ -17,7 +17,7 @@ buildGoModule rec {
|
|||||||
description = "Validate your Kubernetes configuration files";
|
description = "Validate your Kubernetes configuration files";
|
||||||
homepage = "https://github.com/instrumenta/kubeval";
|
homepage = "https://github.com/instrumenta/kubeval";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ nicknovitski ];
|
maintainers = with maintainers; [ johanot nicknovitski ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user