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

eksctl: 0.69.0 -> 0.70.0
This commit is contained in:
Mario Rodas 2021-10-30 08:11:56 -05:00 committed by GitHub
commit e1f7779e89
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.69.0";
version = "0.70.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-mRY/czMf6KefYCqfCVRtcHuUuqAxyPUd8TJmx7vzOsk=";
sha256 = "sha256-wBDG6um7HCFAEyiubnkCxg91sQ6HX0CTpYItwVkMx28=";
};
vendorSha256 = "sha256-cUo+tcHhnbJbn3HS/I8lnkvfv+6+htIs1dMtKuEArQg=";