Skip to content

Commit

Permalink
helmsman: 3.5.1 -> 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 26, 2020
1 parent 28ee64c commit e46ab91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/helmsman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e46ab91

Please sign in to comment.