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

kubeconform: 0.6.1 -> 0.6.2
This commit is contained in:
Nick Cao 2023-06-08 21:09:38 -06:00 committed by GitHub
commit 962f9e925c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubeconform";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "yannh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-98wSFntt5ERbQ7URMlRz3iMTuL1beuX2nXbdWe+6Quw=";
sha256 = "sha256-TPT+zO5WHW/D04dLMJLJ7uAYoDLky75kWqaN7PsyzEo=";
};
vendorHash = null;