about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubent
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-10 00:54:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-10 00:54:06 +0000
commitd1f29c8519c7d6a599f4d6cc53b8f80ff9252d98 (patch)
tree6cfb32b256931e51138510abc137a5e30dcb0f28 /pkgs/applications/networking/cluster/kubent
parent6b2fe60cd54fc568d85bcc7e879246995110fd74 (diff)
kubent: 0.7.1 -> 0.7.2
Diffstat (limited to 'pkgs/applications/networking/cluster/kubent')
-rw-r--r--pkgs/applications/networking/cluster/kubent/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kubent/default.nix b/pkgs/applications/networking/cluster/kubent/default.nix
index f650394ef0e4f..d0b8eaf422e68 100644
--- a/pkgs/applications/networking/cluster/kubent/default.nix
+++ b/pkgs/applications/networking/cluster/kubent/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "kubent";
-  version = "0.7.1";
+  version = "0.7.2";
 
   src = fetchFromGitHub {
     owner = "doitintl";
     repo = "kube-no-trouble";
     rev = version;
-    sha256 = "sha256-fJRaahK/tDns+edi1GIdYRk4+h2vbY2LltZN2hxvKGI=";
+    sha256 = "sha256-/gCbj0RDwV5E8kNkEu+37ilzw/A0BAXiYfHGPdkCsRs=";
   };
 
-  vendorHash = "sha256-nEc0fngop+0ju8hDu7nowBsioqCye15Jo1mRlM0TtlQ=";
+  vendorHash = "sha256-6hp7mzE45Tlmt4ybhpdJLYCv+WqQ9ak2S47kJTwyGVI=";
 
   ldflags = [
     "-w" "-s"