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-04-10 11:50:16 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 18:52:40 -0700
commit2d41db9d71902b098351ecc38715303f16414374 (patch)
tree1efc7b3550f58c79e53c95f7f88c660c9c737d97 /pkgs/applications/networking/cluster/helmsman
parent769c34306ffb6b1c3f3cac6e08b5f4728b268bb2 (diff)
helmsman: 3.6.6 -> 3.6.7
Diffstat (limited to 'pkgs/applications/networking/cluster/helmsman')
-rw-r--r--pkgs/applications/networking/cluster/helmsman/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/helmsman/default.nix b/pkgs/applications/networking/cluster/helmsman/default.nix
index ed828feefdae7..dc777ad0298c3 100644
--- a/pkgs/applications/networking/cluster/helmsman/default.nix
+++ b/pkgs/applications/networking/cluster/helmsman/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "helmsman";
-  version = "3.6.6";
+  version = "3.6.7";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "sha256-SGVch7mMtHi5GYFOrSss4dk29aRTQmBzkPYOetPdF88=";
+    sha256 = "sha256-6w2CV6Uj1b8b3vwB933eNHPe1rK+TRyUL++Vy38cKqo=";
   };
 
-  vendorSha256 = "sha256-mktq5Dnk1mBO2yy5SeMDxa/akXdO5i2WafMTGtH53H8=";
+  vendorSha256 = "sha256-icX8mOc8g+DhfAjD1pzneLWTXY17lXyAjdPOWAxkHwI=";
 
   doCheck = false;