summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-24 21:17:39 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-27 10:12:46 -0700
commit493db45b42c6909810a6c99b5b8fae0483c55ba9 (patch)
treef6618727d15d234ca5e41f11f5709db8056aeec1
parentba53d7a24295aefff2d90a6ac7db80350c7aed8d (diff)
helmsman: 3.3.0 -> 3.4.1
-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 992b6c4dc5e3..097213568065 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.3.0";
+ version = "3.4.1";
src = fetchFromGitHub {
owner = "Praqma";
repo = "helmsman";
rev = "v${version}";
- sha256 = "0i7sg3iwxb07gjxcz6chpdcx3fqykzldmf7s1c9m02hkps910ca8";
+ sha256 = "0h89lgp3n7nd7dy8nq4bfxg938imdjsvs1k6yg8j37vgdmi24sa6";
};
vendorSha256 = "05vnysr5r3hbayss1pyifgp989kjw81h95iack8ady62k6ys5njl";