eksctl: 0.140.0 -> 0.141.0

This commit is contained in:
R. Ryantm 2023-05-15 03:08:36 +00:00
parent 641a768829
commit e20c707a1b

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "eksctl";
version = "0.140.0";
version = "0.141.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
hash = "sha256-Y7OrEbPIDnUri5LXOpyNI/fZ+Cxxxj9hTqEXGyVHwOw=";
hash = "sha256-lz+5PF0G6JtxRFHJQV3ltuIuEwgFHfibG6Ylf7fg9Ak=";
};
vendorHash = "sha256-xS8MiH9ij+lKpew02pFNpYDhLRVGRzBBy3uMhyiJ0+U=";