Skip to content

Commit

Permalink
Merge pull request #117192 from r-ryantm/auto-update/helmsman
Browse files Browse the repository at this point in the history
helmsman: 3.6.5 -> 3.6.6
  • Loading branch information
doronbehar committed Mar 25, 2021
2 parents 7f90c2f + b31517f commit c0e5d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/helmsman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "helmsman";
version = "3.6.5";
version = "3.6.6";

src = fetchFromGitHub {
owner = "Praqma";
repo = "helmsman";
rev = "v${version}";
sha256 = "sha256-FOBSGXVIb4mLDHMqOljZ04W0q/H/HOuFm9Cl2kK027s=";
sha256 = "sha256-SGVch7mMtHi5GYFOrSss4dk29aRTQmBzkPYOetPdF88=";
};

vendorSha256 = "sha256-mktq5Dnk1mBO2yy5SeMDxa/akXdO5i2WafMTGtH53H8=";
Expand Down

0 comments on commit c0e5d0b

Please sign in to comment.