about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-19 14:40:10 +0100
committerGitHub <noreply@github.com>2021-01-19 14:40:10 +0100
commitfd7ecd2072f90c5d08c7a967f750937664ae7feb (patch)
treec9cdcfec6f0466a4a7496ded1b8a23bf02eade52 /pkgs/applications/networking/cluster
parent48790c04ea2f8067910181168fd73504ed77afdc (diff)
parent41009ec5a212b5ff906f0d1ffa6a77b2cedfeec3 (diff)
Merge pull request #109861 from r-ryantm/auto-update/helmsman
helmsman: 3.6.2 -> 3.6.3
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 21a9608db2c20..15ccd065e2f51 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.6.2";
+  version = "3.6.3";
 
   src = fetchFromGitHub {
     owner = "Praqma";
     repo = "helmsman";
     rev = "v${version}";
-    sha256 = "0a9f6745f17sws7fyhz0d8wnriv69d6nrci9j5nhysnzg97ky1np";
+    sha256 = "sha256-CvepOpAI40eTS5p5gjtbzahn0tX/z4CId1DDqlaMSMw=";
   };
 
-  vendorSha256 = "04csmw5zpansb30amr3i6vlwxc3z38q4g69cklh44cr37glm04sm";
+  vendorSha256 = "sha256-VRNQ6TsjM0IgnSyZRzAaf7DO6TZx5KrAWNqq+wuvmhE=";
 
   doCheck = false;