Merge pull request #202970 from r-ryantm/auto-update/eksctl

eksctl: 0.120.0 -> 0.121.0
This commit is contained in:
Mario Rodas 2022-11-27 08:42:46 -05:00 committed by GitHub
commit 183e995cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "eksctl";
version = "0.120.0";
version = "0.121.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-XrXT+SivZ240lSiCWmxB4N4miI6xYojqLVmDJbhhWko=";
sha256 = "sha256-PeUmOFtsca8SLeHHOjYVJURAsbWpLWNfSEPUXYsQhSE=";
};
vendorSha256 = "sha256-S1gnnhI0U7OLd6vEW5qpxGAiOdORYWsEst11Vfj6pdI=";