eksctl: 0.145.0 -> 0.146.0

This commit is contained in:
R. Ryantm 2023-06-28 15:58:52 +00:00
parent d1e636cf56
commit 65bf74c5c0

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "eksctl";
version = "0.145.0";
version = "0.146.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
hash = "sha256-kVkehU6QiT3aQRR15hHc5pGtlRL5fb8/0Df2PR4hvxk=";
hash = "sha256-428+Yjcj8oQhqjx2casRW85rkOcdslJpTM3LpRIy5YM=";
};
vendorHash = "sha256-pqA67TRXmnO7CV/QqwN6ngnS6u1gwKJFQYQtKHOGbMY=";
vendorHash = "sha256-n97M33CC1Wro8Stme6wn0NQNNtyy7UHGeSnO99HWkRg=";
doCheck = false;