eksctl: 0.216.0 -> 0.217.0

This commit is contained in:
R. Ryantm
2025-11-12 01:23:34 +00:00
parent ff7090395a
commit de330e1516

View File

@@ -8,16 +8,16 @@
buildGoModule rec { buildGoModule rec {
pname = "eksctl"; pname = "eksctl";
version = "0.216.0"; version = "0.217.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "weaveworks"; owner = "weaveworks";
repo = "eksctl"; repo = "eksctl";
rev = version; rev = version;
hash = "sha256-uHwBzX/85B2oKmB0N4+uNxYzeAJpKSJamgu9M7bB3fg="; hash = "sha256-X7ffFnngJpp3Ki9kHLHC8FFKeBTK0OwpHRpePhXieLg=";
}; };
vendorHash = "sha256-pELsbEy+VUkGXywJQpPNGL2o00BoO9OPnrS148gMRFA="; vendorHash = "sha256-yokgbvTr65Z+tj9xVelz1cgPsNICQQfMVuRKAhEIq2E=";
doCheck = false; doCheck = false;