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

eksctl: 0.53.0 -> 0.54.0
This commit is contained in:
Ryan Mulligan 2021-06-21 13:21:56 -07:00 committed by GitHub
commit 5658c93eaf
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.53.0";
version = "0.54.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-CWoRkx3OPlIeyUuGCyaGTlJ0zgcgsxlebSG0Zljr0zg=";
sha256 = "sha256-hWrSjkEdhb0F5lwFGwjkR2G6gQ8T8HommH2lxJE+0bk=";
};
vendorSha256 = "sha256-499c3Y9IUV8lc+O9qcEeFKQDT4QDvOPmu0rmps7M47w=";