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>2020-11-11 09:12:16 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-11 09:12:16 +0000
commit13c4f38c80cfc4921bae9cfe8e097e0e3305551b (patch)
tree0b81c7e3c34e747e41d60bdc5c7bb2b371ca348b /pkgs/applications/networking/cluster/helmsman
parent379aaa1e0cb9ba38cf2071c049a7478adefb4827 (diff)
helmsman: 3.4.6 -> 3.5.1
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 d4f1e82d5116e..d044840637eb7 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.4.6";
+  version = "3.5.1";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "018bkl6q6q8njv9qy87affs0g6c716vmhcqv2czv8qz454hn7i5h";
+    sha256 = "0vng0ra8bjxmfq6xvdxn72f5bcjrv8i72dams80lf0mq3l7wjl7c";
   };
 
   vendorSha256 = "05vnysr5r3hbayss1pyifgp989kjw81h95iack8ady62k6ys5njl";