about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-12 16:59:52 +0200
committerGitHub <noreply@github.com>2021-09-12 16:59:52 +0200
commit7a639461f59f150aaffb1d871a953d151b2bb27b (patch)
tree8a92ae2788cf46a7c70687048099fd4c74bd29bc /pkgs
parent087c09d12eb8b3b58803f2674cb57de4ea0705c0 (diff)
parenta82ea7eaac10d22bee5edd250e06ad5c887e0127 (diff)
Merge pull request #136890 from r-ryantm/auto-update/kubeconform
kubeconform: 0.4.8 -> 0.4.10
Diffstat (limited to 'pkgs')
-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 cc0f1e0bf64c9..7249c2a5cef45 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.8";
+  version = "0.4.10";
 
   src = fetchFromGitHub {
     owner = "yannh";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-XD8xGqtE7eaBxPL4Z0Kw4BEqM2fdgww7wl8wJ1U3u0U=";
+    sha256 = "sha256-D1/ljIOc5vK6HcYmk0WNnIRGBt1vJk9dGxl5GjhKhuA=";
   };
 
   vendorSha256 = null;