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

kubeconform: 0.6.5 -> 0.6.6
This commit is contained in:
Pol Dellaiera 2024-05-16 21:54:34 +02:00 committed by GitHub
commit 2ccb123bb6
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.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;