kubeconform: 0.4.12 -> 0.4.13

This commit is contained in:
R. Ryantm 2022-02-24 12:00:31 +00:00
parent 9ec9d474e3
commit d7d6b02c91

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;