eksctl: 0.226.0 -> 0.229.0 (#537977)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-06 11:14:04 +00:00 committed by GitHub
commit 9eed02003c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,16 +8,16 @@
buildGoModule (finalAttrs: {
pname = "eksctl";
version = "0.226.0";
version = "0.229.0";
src = fetchFromGitHub {
owner = "eksctl-io";
repo = "eksctl";
rev = finalAttrs.version;
hash = "sha256-XjiM4o4xJPY+ZFtvWi5K99tQaZwNxiCla/jUeQQo+5E=";
hash = "sha256-lLpodO/y4Ho3AAuIVSerDPKhSBiKFIQmRyOJWYK1DCw=";
};
vendorHash = "sha256-HP0EdZeM2Nz6LI3EjVT7qPl47Suh45OjWptEHgqqvhg=";
vendorHash = "sha256-6oSv3NrBPNraHrGsmJzMEeDlR9CcKn0M5FwoL5t+kd0=";
doCheck = false;