eksctl: 0.158.0 -> 0.160.0

Diff: https://github.com/weaveworks/eksctl/compare/0.158.0...0.160.0
This commit is contained in:
xrelkd 2023-09-30 13:02:07 +08:00
parent e639783dd2
commit 54b65718ec
No known key found for this signature in database
GPG Key ID: BAB7A457C1D1D6B3

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "eksctl";
version = "0.158.0";
version = "0.160.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
hash = "sha256-FFBWC/zgLSTrNJYx9t0lS5iPe33Zm/iIoAKmrLyaeOw=";
hash = "sha256-fhsv4iiUO69TenK4MIGfQcVCBeYkKBcAEVZJPoNAixk=";
};
vendorHash = "sha256-KqrDKAU16iubJTCUQBk2T5QKbSIrcUE+ib5AEHqnpNI=";
vendorHash = "sha256-LiRzPJ7DBV0gsE9pJQ18l2grgk2WLkD8i83Fvr9asMM=";
doCheck = false;