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

kubeconform: 0.4.10 -> 0.4.12

authored by

Bobby Rong and committed by
GitHub
1900f53a e6c181ee

+2 -2
+2 -2
pkgs/applications/networking/cluster/kubeconform/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "kubeconform"; 5 - version = "0.4.10"; 5 + version = "0.4.12"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "yannh"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-D1/ljIOc5vK6HcYmk0WNnIRGBt1vJk9dGxl5GjhKhuA="; 11 + sha256 = "sha256-03eGWuDV/GS2YgDQ7LaqonU7K/ohI8sQD4dXbJGXeXw="; 12 12 }; 13 13 14 14 vendorSha256 = null;