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

kubeconform: 0.5.0 -> 0.6.1
This commit is contained in:
Weijia Wang 2023-04-21 00:08:36 +03:00 committed by GitHub
commit 972e3728d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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!";