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-07-02 11:48:11 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-02 11:48:11 +0000
commit37c2304dbc8d1c46a265504cf1d20268fd550270 (patch)
tree30f0140ce645360eb25b25bd2e29e66c78678e36 /pkgs/applications/networking/cluster/helmsman
parent679136e25258760f9991cdbb8d26440e666daf78 (diff)
helmsman: 3.4.3 -> 3.4.4
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 5fb0b36588514..840a46ebf663f 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.3";
+  version = "3.4.4";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "0jbinnzdw32l7zh02k81gnw9rnqi8f5k5sp2qv8p9l9kgziaycvn";
+    sha256 = "01vjghak2szif0p82kall5jw7mbfh4fg7fcjkblmic7l0vlqhfac";
   };
 
   vendorSha256 = "05vnysr5r3hbayss1pyifgp989kjw81h95iack8ady62k6ys5njl";