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-05-11 04:56:04 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-17 13:36:09 -0700
commitf4ae47ccf9acae671a5fcccbad6cbe13265612ff (patch)
tree662a4cbaf7428805c7cbea0f99f751cbabe621fc /pkgs/applications/networking/cluster/helmsman
parent0f8ae03814848aec8cce710d93303db2684d8090 (diff)
helmsman: 3.6.7 -> 3.6.10
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 dc777ad0298c3..b223621d13429 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.6.7";
+  version = "3.6.10";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "sha256-6w2CV6Uj1b8b3vwB933eNHPe1rK+TRyUL++Vy38cKqo=";
+    sha256 = "sha256-0Epff1NYfZXza27/5RBuICIj2455K31BGFr6PMLkNVE=";
   };
 
   vendorSha256 = "sha256-icX8mOc8g+DhfAjD1pzneLWTXY17lXyAjdPOWAxkHwI=";