kubeconform: 0.6.5 -> 0.6.6

This commit is contained in:
R. Ryantm
2024-05-16 00:06:41 +00:00
parent 0afa1438f7
commit 53e1b010f5
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubeconform";
version = "0.6.5";
version = "0.6.6";
src = fetchFromGitHub {
owner = "yannh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4rHEkzoO0AuuFB6G/z1WjGqfYMaHF3Z1YDAhIbBVCts=";
sha256 = "sha256-pE5DDtraN5ubEsM+QfY5y/dqM31VsQ3FeM/c56AJ648=";
};
vendorHash = null;