Skip to content

Commit

Permalink
Merge pull request #211789 from xrelkd/update/eksctl
Browse files Browse the repository at this point in the history
eksctl: 0.125.0 -> 0.126.0
  • Loading branch information
marsam committed Jan 20, 2023
2 parents 70b3ee0 + 7ecdd35 commit 31ce2fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/eksctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "eksctl";
version = "0.125.0";
version = "0.126.0";

src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-3hyhb1/vWIKFSw6rmdiszux+WFeMvUE79NkzyazClEg=";
sha256 = "sha256-ul02G6FULaSFMtQfmqrSRSAgAxx5/cpG6qeDrGB2m5g=";
};

vendorHash = "sha256-PufNlNG3Ixkq1OPnEeod8BvWF1Ee0AdpzJIxsvLPOA4=";
vendorHash = "sha256-Z6elKuSGvXPjMk8upqJ2Z0I5Cu3s3LeGUkQFcUKheH0=";

doCheck = false;

Expand Down

0 comments on commit 31ce2fc

Please sign in to comment.