summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2021-03-25 15:20:45 +0000
committerGitHub <noreply@github.com>2021-03-25 15:20:45 +0000
commitc0e5d0b73afa8a826d1d5580b4e894fb16c035ff (patch)
tree40661169750f3289686c674f456c32af08d558e3 /pkgs/applications
parent7f90c2faca78ca68e6ce5d75b6169a5063d9892f (diff)
parentb31517fbc0cf1e1d6181962d1ee7f12341e7e9e4 (diff)
Merge pull request #117192 from r-ryantm/auto-update/helmsman
helmsman: 3.6.5 -> 3.6.6
Diffstat (limited to 'pkgs/applications')
-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 32ecc8b7c174..ed828feefdae 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.5";
+ version = "3.6.6";
src = fetchFromGitHub {
owner = "Praqma";
repo = "helmsman";
rev = "v${version}";
- sha256 = "sha256-FOBSGXVIb4mLDHMqOljZ04W0q/H/HOuFm9Cl2kK027s=";
+ sha256 = "sha256-SGVch7mMtHi5GYFOrSss4dk29aRTQmBzkPYOetPdF88=";
};
vendorSha256 = "sha256-mktq5Dnk1mBO2yy5SeMDxa/akXdO5i2WafMTGtH53H8=";