eksctl: 0.104.0 -> 0.105.0

This commit is contained in:
R. Ryantm 2022-07-09 08:59:56 +00:00
parent 95e157f670
commit e810131094

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "eksctl";
version = "0.104.0";
version = "0.105.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-s/7RoFVf7mejPsMz6lMBHDGG8+N1KBMzUesXu9MPrzo=";
sha256 = "sha256-ur9gMo/GR24mSWyNj+2uJJkp1neNMHrPk07l9rjrd1M=";
};
vendorSha256 = "sha256-mwQahKRHR9cy2Yb4IGCIRtA0j38QJoPKNtpS/T4ndC4=";