about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-10-30 15:24:31 +0300
committerGitHub <noreply@github.com>2021-10-30 15:24:31 +0300
commit9959be229ab668f2c001d8e302597915d2d244ac (patch)
treec6c1ef4f9135f5a33aaf0512fef0ecdba2fb70e1 /pkgs/applications/networking
parent0686c5c10b7043eb8dc40083a83b65686353646d (diff)
parent30f5f0a5afa56f32ed80fb9341a8cf32268d0913 (diff)
Merge pull request #143771 from r-ryantm/auto-update/helmsman
helmsman: 3.7.5 -> 3.7.7
Diffstat (limited to 'pkgs/applications/networking')
-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 aa0abbae4293b..47da659d7e1f3 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.7.5";
+  version = "3.7.7";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "sha256-QJXCVcEf23oaTDemoCV/2aaajbubfXg0AfZrlSTS4Ag=";
+    sha256 = "sha256-duNkvRMq3CKAGDDsrDWKydFZRt6fxuO0uP2Ff3HA+ek=";
   };
 
   vendorSha256 = "sha256-4imZrZfpR/5tw9ZFSTr7Gx4G9O1iHNE9YRYMOJFKvHU=";