about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helmsman
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-30 15:30:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-30 15:30:59 +0000
commita1d260449beaccb383c4fa690925d1e512d03cab (patch)
tree1a115f04d92281c0275c963b65aaa723fab3f8ff /pkgs/applications/networking/cluster/helmsman
parentb88fab1bfe71efdd251625fa528bb286ad937f3d (diff)
helmsman: 3.7.7 -> 3.8.0
Diffstat (limited to 'pkgs/applications/networking/cluster/helmsman')
-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 47da659d7e1f3..4f9de00dcf257 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.7.7";
+  version = "3.8.0";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "sha256-duNkvRMq3CKAGDDsrDWKydFZRt6fxuO0uP2Ff3HA+ek=";
+    sha256 = "sha256-KZrv447Yz4WxtkmQkGLsnZC0ok0rWCM2Fs+m8LVTGfM=";
   };
 
   vendorSha256 = "sha256-4imZrZfpR/5tw9ZFSTr7Gx4G9O1iHNE9YRYMOJFKvHU=";