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-02-12 00:05:26 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 20:36:53 -0800
commite3bd6b04761e05a2ef12a50260d5b232a8f9276b (patch)
tree0d24e5cf6260784edd6120c9a00218ff1a19ab29 /pkgs/applications/networking/cluster/helmsman/default.nix
parent021638fbcc9a40576d4febac0a4cc82e71d36801 (diff)
helmsman: 3.8.0 -> 3.8.1
Diffstat (limited to 'pkgs/applications/networking/cluster/helmsman/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/helmsman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/helmsman/default.nix b/pkgs/applications/networking/cluster/helmsman/default.nix
index b209a5c5bcaa4..e01f9c14a1825 100644
--- a/pkgs/applications/networking/cluster/helmsman/default.nix
+++ b/pkgs/applications/networking/cluster/helmsman/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "helmsman";
-  version = "3.8.0";
+  version = "3.8.1";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "sha256-KZrv447Yz4WxtkmQkGLsnZC0ok0rWCM2Fs+m8LVTGfM=";
+    sha256 = "sha256-njo5LlowlgWFK5G2lpgi7hdxtnSs8f5cT0oHI7bJxNc=";
   };
 
   vendorSha256 = "sha256-F+b4EXAxa4+O6yepx+9eRrdq294ZcQ+sODFUCKYpSuo=";