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

kubeconform: 0.4.7 -> 0.4.8
This commit is contained in:
Ryan Mulligan 2021-07-04 04:18:05 -07:00 committed by GitHub
commit 0168c6ff9f
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.4.7";
version = "0.4.8";
src = fetchFromGitHub {
owner = "yannh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ahVdKMx3u2KnJ30wi9rV8JCVg9wPmbgdrtG8IpWWlCs=";
sha256 = "sha256-XD8xGqtE7eaBxPL4Z0Kw4BEqM2fdgww7wl8wJ1U3u0U=";
};
vendorSha256 = null;