summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-21 08:51:43 -0500
committerGitHub <noreply@github.com>2023-11-21 08:51:43 -0500
commit2d76137c4fcef4066c1787c200723fa012217a3b (patch)
tree4c92e561f3da08614b048bb34b1315719613b248
parentb7320285f306dcbf158fe1a654123b93072a0056 (diff)
parent8bcedceaeaa7e918ed18b71ab5f22cdab505954c (diff)
Merge pull request #268882 from r-ryantm/auto-update/kubeconform
kubeconform: 0.6.3 -> 0.6.4
-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 76f81be00ea5c..611a33ca8f738 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.3";
+  version = "0.6.4";
 
   src = fetchFromGitHub {
     owner = "yannh";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Tu1hAWAqnTGq9NL0kjG2VGzSKDh55HyAoa0nhsJdNLw=";
+    sha256 = "sha256-PUZ3zwgOQ362ikoX1D7SLThiaFpXJh9TKOdjZqZDtSg=";
   };
 
   vendorHash = null;