summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-08 11:47:16 +0200
committerGitHub <noreply@github.com>2021-07-08 11:47:16 +0200
commitc91a7411ca7d3f1a74602283428547c7e750bba6 (patch)
treed4772988c23c1a8e6a029237d66e516814f6d59a /pkgs/applications/networking/cluster
parent1d84457ccf77a5da63e1544397241019379793bd (diff)
parent8314564ded0efd94ad0d673af1c91cec2384d8d3 (diff)
downloadnixpkgs-c91a7411ca7d3f1a74602283428547c7e750bba6.tar
nixpkgs-c91a7411ca7d3f1a74602283428547c7e750bba6.tar.gz
nixpkgs-c91a7411ca7d3f1a74602283428547c7e750bba6.tar.bz2
nixpkgs-c91a7411ca7d3f1a74602283428547c7e750bba6.tar.lz
nixpkgs-c91a7411ca7d3f1a74602283428547c7e750bba6.tar.xz
nixpkgs-c91a7411ca7d3f1a74602283428547c7e750bba6.tar.zst
nixpkgs-c91a7411ca7d3f1a74602283428547c7e750bba6.zip
Merge pull request #123969 from r-ryantm/auto-update/helmsman
helmsman: 3.6.11 -> 3.7.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 595dd3c61ae..ed4a201db3a 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.11";
+  version = "3.7.0";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "sha256-9G/A6eADt9jP0CZC6MTZnQOmGOItJFI0zTfmC7HXSaI=";
+    sha256 = "sha256-Xp86tCIM7XVtue/MjQ8/wGs2fHfxSWS3B6MzNMYRqg4=";
   };
 
   vendorSha256 = "sha256-icX8mOc8g+DhfAjD1pzneLWTXY17lXyAjdPOWAxkHwI=";