eksctl: 0.133.0 -> 0.134.0

This commit is contained in:
R. Ryantm 2023-03-21 07:09:43 +00:00
parent d384095645
commit a1d4a1cad1

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "eksctl";
version = "0.133.0";
version = "0.134.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-QRm0a7x39vhxRT29+tTrpr3ZyPPHtHtxLWiyqTgPYCM=";
sha256 = "sha256-J179fhhcUUcSIVQvNUwgAiERPNQbMdFQBlKbvSb2/ss=";
};
vendorHash = "sha256-R/VFq+SO/ZWf9ztg/75ASidqznCkO47T2PFsgKJwEWM=";
vendorHash = "sha256-/LcqW9D1FeyCMUM81d9JIa9vjTow9IG9CZPeixbDsXE=";
doCheck = false;