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

eksctl: 0.104.0 -> 0.105.0
This commit is contained in:
Ryan Mulligan 2022-07-09 16:55:31 -07:00 committed by GitHub
commit f14058fe88
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.104.0";
version = "0.105.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-s/7RoFVf7mejPsMz6lMBHDGG8+N1KBMzUesXu9MPrzo=";
sha256 = "sha256-ur9gMo/GR24mSWyNj+2uJJkp1neNMHrPk07l9rjrd1M=";
};
vendorSha256 = "sha256-mwQahKRHR9cy2Yb4IGCIRtA0j38QJoPKNtpS/T4ndC4=";