kubeconform: 0.5.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2023-04-20 16:01:10 +00:00
parent cb4ab614ee
commit 7904774a33

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubeconform";
version = "0.5.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "yannh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YLPF8tR50gtiA608TLctKX54a7qf8LXjbkMr/GPJBSc=";
sha256 = "sha256-98wSFntt5ERbQ7URMlRz3iMTuL1beuX2nXbdWe+6Quw=";
};
vendorSha256 = null;
vendorHash = null;
meta = with lib; {
description = "A FAST Kubernetes manifests validator, with support for Custom Resources!";