about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helmsman/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-05 17:58:39 +0000
committerBobby Rong <rjl931189261@126.com>2022-11-20 14:10:51 +0800
commitad948687d5079f6116c0bd9d47bb1b46cf023e08 (patch)
treeb49537b4172dc6d48ef09806c7680c9c98de4342 /pkgs/applications/networking/cluster/helmsman/default.nix
parent11adfafdee3c05a3b52781d63fc306f3d1fd8a72 (diff)
helmsman: 3.15.0 -> 3.15.1
Diffstat (limited to 'pkgs/applications/networking/cluster/helmsman/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/helmsman/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/helmsman/default.nix b/pkgs/applications/networking/cluster/helmsman/default.nix
index aa3268435738d..4915b2766ee7a 100644
--- a/pkgs/applications/networking/cluster/helmsman/default.nix
+++ b/pkgs/applications/networking/cluster/helmsman/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "helmsman";
-  version = "3.15.0";
+  version = "3.15.1";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "sha256-wKemvUk5UP4LweX9JxbsYlrjuVRgchkOvlHqRYvAB9A=";
+    sha256 = "sha256-LgfYcptC1fcINf80dbOZu8HD5oTrF0tTMQCWdsO3H5U=";
   };
 
-  vendorSha256 = "sha256-swUZqrQ0nJS66oyqn0ONmFutLR2mEnDviC8siQB19c8=";
+  vendorSha256 = "sha256-iEsblhejczTFPL7LvEKHE/T1h2xAt7cdnoR8KIv3Wpo=";
 
   doCheck = false;