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

eksctl: 0.153.0 -> 0.154.0
This commit is contained in:
Mario Rodas 2023-08-29 05:55:22 -05:00 committed by GitHub
commit 51a1ec6f4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "eksctl";
version = "0.153.0";
version = "0.154.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
hash = "sha256-BB2EPkfp8kcCPkRftKTPnMYqAJT6RSeqBhcjseJQMS8=";
hash = "sha256-GPJym+U6wBEJSvDYoXAwgCFqzTvXSVK2i/AN+X1S6Oo=";
};
vendorHash = "sha256-/aL1mweWPJRjjqzGBcGc7UHcH0ymVANdu2LkpoCTkh0=";