about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubecm
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-11 15:24:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-11 15:24:24 +0000
commitaac47c9a7fbddbc542b21745d15633be33d4b4c1 (patch)
tree801f057a13315ed09a8ca8bf5620086c5984080c /pkgs/applications/networking/cluster/kubecm
parentd51f8579f03a76718d643dd184ae964e6f0dd751 (diff)
kubecm: 0.29.1 -> 0.30.0
Diffstat (limited to 'pkgs/applications/networking/cluster/kubecm')
-rw-r--r--pkgs/applications/networking/cluster/kubecm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kubecm/default.nix b/pkgs/applications/networking/cluster/kubecm/default.nix
index ffbb8a4cc83c1..b1e36dee59c0c 100644
--- a/pkgs/applications/networking/cluster/kubecm/default.nix
+++ b/pkgs/applications/networking/cluster/kubecm/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "kubecm";
-  version = "0.29.1";
+  version = "0.30.0";
 
   src = fetchFromGitHub {
     owner = "sunny0826";
     repo = "kubecm";
     rev = "v${version}";
-    hash = "sha256-Lz7mCbEEiCmNPmJ8RkxJLEOOdyvLZl3pT3qL2/kHYuA=";
+    hash = "sha256-zyXxMp+59buSwm4fZY62b2xqAmq7XAzhET0qez8oWPs=";
   };
 
-  vendorHash = "sha256-JJ2B9sUrfo4fiRsxA8mBjvKP0mduIZMaGN8gFC1cTA4=";
+  vendorHash = "sha256-6RrnsRbQ1+Cx7vnqauisBICgwmvTpJQT32DnIDVc6ts=";
   ldflags = [ "-s" "-w" "-X github.com/sunny0826/kubecm/version.Version=${version}"];
 
   doCheck = false;