eksctl: 0.209.0 -> 0.210.0

This commit is contained in:
R. Ryantm
2025-06-15 13:50:27 +00:00
parent 56b033fe4f
commit c2ff838106
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "eksctl";
version = "0.209.0";
version = "0.210.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = "eksctl";
rev = version;
hash = "sha256-iyxO/KMVxSbf/1WijVg0+56BKdyG7gBsfNouyVNMDIA=";
hash = "sha256-d5P9bfneUpyAB9cxnu7Hw4ZOykWf8/GSVclNtIjTe6g=";
};
vendorHash = "sha256-vhYexIdkn8Y5U5YZewj/O8sJCt/VimZU4E4kn0/1lU4=";