about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-22 06:21:07 -0500
committerGitHub <noreply@github.com>2022-10-22 06:21:07 -0500
commit5fb9c6b963d56905f734538546389bac7ec8b9b9 (patch)
tree5b663d68512c39fce2d9ade1b3006f640f4f3882 /pkgs/applications/networking/cluster
parente2fbbb614421143e10e8da267e2869798a1843c0 (diff)
parentfa812d0ca1530923614e34cbcbabfa506eb74b84 (diff)
Merge pull request #196455 from r-ryantm/auto-update/kubeconform
kubeconform: 0.4.14 -> 0.5.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/kubeconform/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubeconform/default.nix b/pkgs/applications/networking/cluster/kubeconform/default.nix
index 28db974980e8a..a46e89ecca6f6 100644
--- a/pkgs/applications/networking/cluster/kubeconform/default.nix
+++ b/pkgs/applications/networking/cluster/kubeconform/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "kubeconform";
-  version = "0.4.14";
+  version = "0.5.0";
 
   src = fetchFromGitHub {
     owner = "yannh";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-iLZhd1e4i6omyGhOvRJ/VsHehpAPfPHnypXru5Ruv0o=";
+    sha256 = "sha256-YLPF8tR50gtiA608TLctKX54a7qf8LXjbkMr/GPJBSc=";
   };
 
   vendorSha256 = null;