about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-16 21:54:34 +0200
committerGitHub <noreply@github.com>2024-05-16 21:54:34 +0200
commit2ccb123bb666ab3e7fe71ec1671b14f450def2bc (patch)
tree63df6fdc856c352c037159c03e795a1fae3423bf /pkgs/applications/networking/cluster
parent56dceb75051f156256912ea6dc130052bb3045dd (diff)
parent53e1b010f536a8fd14af8c7227eab64889bee50a (diff)
Merge pull request #312071 from r-ryantm/auto-update/kubeconform
kubeconform: 0.6.5 -> 0.6.6
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 ec9d9c56f466b..d850d0fb89a56 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.6.5";
+  version = "0.6.6";
 
   src = fetchFromGitHub {
     owner = "yannh";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-4rHEkzoO0AuuFB6G/z1WjGqfYMaHF3Z1YDAhIbBVCts=";
+    sha256 = "sha256-pE5DDtraN5ubEsM+QfY5y/dqM31VsQ3FeM/c56AJ648=";
   };
 
   vendorHash = null;