summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helmsman
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-26 06:48:03 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-26 06:48:03 +0000
commite46ab91452b75a25a1a0149e29f02508d133f274 (patch)
tree12f917513e1488de7a6728113143518bce4b7d65 /pkgs/applications/networking/cluster/helmsman
parent28ee64cd0de260e2409ef75653cbcd88b595ec4e (diff)
downloadnixpkgs-e46ab91452b75a25a1a0149e29f02508d133f274.tar
nixpkgs-e46ab91452b75a25a1a0149e29f02508d133f274.tar.gz
nixpkgs-e46ab91452b75a25a1a0149e29f02508d133f274.tar.bz2
nixpkgs-e46ab91452b75a25a1a0149e29f02508d133f274.tar.lz
nixpkgs-e46ab91452b75a25a1a0149e29f02508d133f274.tar.xz
nixpkgs-e46ab91452b75a25a1a0149e29f02508d133f274.tar.zst
nixpkgs-e46ab91452b75a25a1a0149e29f02508d133f274.zip
helmsman: 3.5.1 -> 3.6.2
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 d044840637e..21a9608db2c 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.5.1";
+  version = "3.6.2";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "0vng0ra8bjxmfq6xvdxn72f5bcjrv8i72dams80lf0mq3l7wjl7c";
+    sha256 = "0a9f6745f17sws7fyhz0d8wnriv69d6nrci9j5nhysnzg97ky1np";
   };
 
-  vendorSha256 = "05vnysr5r3hbayss1pyifgp989kjw81h95iack8ady62k6ys5njl";
+  vendorSha256 = "04csmw5zpansb30amr3i6vlwxc3z38q4g69cklh44cr37glm04sm";
 
   doCheck = false;