summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-09 09:20:00 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-22 10:14:19 -0700
commit86bd2ffbe3183dc4d116b8b0c7e0e71cbd61f06a (patch)
treed5fda5314fda488931e3bfcfc789cb403669f5c0 /pkgs/applications/networking
parentecf76c5f093a8c33c1a2272d616719237c0ed954 (diff)
downloadnixpkgs-86bd2ffbe3183dc4d116b8b0c7e0e71cbd61f06a.tar
nixpkgs-86bd2ffbe3183dc4d116b8b0c7e0e71cbd61f06a.tar.gz
nixpkgs-86bd2ffbe3183dc4d116b8b0c7e0e71cbd61f06a.tar.bz2
nixpkgs-86bd2ffbe3183dc4d116b8b0c7e0e71cbd61f06a.tar.lz
nixpkgs-86bd2ffbe3183dc4d116b8b0c7e0e71cbd61f06a.tar.xz
nixpkgs-86bd2ffbe3183dc4d116b8b0c7e0e71cbd61f06a.tar.zst
nixpkgs-86bd2ffbe3183dc4d116b8b0c7e0e71cbd61f06a.zip
helmsman: 3.7.0 -> 3.7.2
Diffstat (limited to 'pkgs/applications/networking')
-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 ed4a201db3a..933f1bfe71b 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.7.0";
+  version = "3.7.2";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "sha256-Xp86tCIM7XVtue/MjQ8/wGs2fHfxSWS3B6MzNMYRqg4=";
+    sha256 = "sha256-wzmn06nUycNaQ4tUEBd4q17M1CVC0+5X13rqF7zaHqU=";
   };
 
-  vendorSha256 = "sha256-icX8mOc8g+DhfAjD1pzneLWTXY17lXyAjdPOWAxkHwI=";
+  vendorSha256 = "sha256-XHgdVFGIzbPPYgv/T4TtvDDbKAe3niev4S5tu/nwSqg=";
 
   doCheck = false;