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

kubeconform: 0.4.12 -> 0.4.13
This commit is contained in:
Ryan Mulligan 2022-02-24 16:11:26 -08:00 committed by GitHub
commit c6ec62f3d8
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.12";
version = "0.4.13";
src = fetchFromGitHub {
owner = "yannh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-03eGWuDV/GS2YgDQ7LaqonU7K/ohI8sQD4dXbJGXeXw=";
sha256 = "sha256-hKsGti04pUZj02uzah7ccImmg/qn31ceVfk11aTa9rk=";
};
vendorSha256 = null;