eksctl: 0.117.0 -> 0.118.0

This commit is contained in:
R. Ryantm 2022-11-12 05:16:05 +00:00
parent 0bbe13d612
commit 3c90832b98

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "eksctl";
version = "0.117.0";
version = "0.118.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-3OYhwl+oJNSAYI5RLJgdZgq8teqkjCHy5r/XOqJdz7I=";
sha256 = "sha256-YeAFJYJ+MLRGyL/T2qazS5/knSjMGs7hEZUcm40klxo=";
};
vendorSha256 = "sha256-a5E6a+DFrbAA2/sznrKbE4IP68f49+Nbiujx94snryQ=";
vendorSha256 = "sha256-7gg/ujVlTLA7gWLBmQ2st24r5qsOsDefw8d4Z7L/VVc=";
doCheck = false;