eksctl: 0.226.0 -> 0.229.0

This commit is contained in:
R. Ryantm
2026-07-02 23:19:38 +00:00
parent f9a08a493d
commit 092878d70c
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule (finalAttrs: {
pname = "eksctl";
version = "0.226.0";
version = "0.229.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = "eksctl";
rev = finalAttrs.version;
hash = "sha256-XjiM4o4xJPY+ZFtvWi5K99tQaZwNxiCla/jUeQQo+5E=";
hash = "sha256-lLpodO/y4Ho3AAuIVSerDPKhSBiKFIQmRyOJWYK1DCw=";
};
vendorHash = "sha256-HP0EdZeM2Nz6LI3EjVT7qPl47Suh45OjWptEHgqqvhg=";
vendorHash = "sha256-6oSv3NrBPNraHrGsmJzMEeDlR9CcKn0M5FwoL5t+kd0=";
doCheck = false;