Skip to content

Commit

Permalink
Merge pull request #124022 from r-ryantm/auto-update/eksctl
Browse files Browse the repository at this point in the history
eksctl: 0.48.0 -> 0.51.0
  • Loading branch information
marsam authored May 23, 2021
2 parents ba7b3b3 + 3abe7e1 commit b889a3f
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.48.0";
version = "0.51.0";

src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-jhf+FIhKkROyNUYh96zFrzxE5hVFnxF6xrTwvivj9B8=";
sha256 = "sha256-OTgcQLYtUAf7EeaEafzfPG02SGjVvSAVvVGI4A/S0Zs=";
};

vendorSha256 = "sha256-U5NAhhum+VsSlhB3pHMmnkaqjWvZJw4BDHVIo4YIkrY=";
vendorSha256 = "sha256-RkUr4ytoFa6/luaxDLj0FiF3cs9fJav0JHcZCN46Mqs=";

doCheck = false;

Expand Down

0 comments on commit b889a3f

Please sign in to comment.