Merge pull request #310379 from r-ryantm/auto-update/kubeconform

kubeconform: 0.6.4 -> 0.6.5
This commit is contained in:
Nick Cao 2024-05-09 17:28:18 -04:00 committed by GitHub
commit a401d26e31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubeconform";
version = "0.6.4";
version = "0.6.5";
src = fetchFromGitHub {
owner = "yannh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-PUZ3zwgOQ362ikoX1D7SLThiaFpXJh9TKOdjZqZDtSg=";
sha256 = "sha256-4rHEkzoO0AuuFB6G/z1WjGqfYMaHF3Z1YDAhIbBVCts=";
};
vendorHash = null;