eksctl: 0.179.0 -> 0.181.0

This commit is contained in:
R. Ryantm 2024-06-05 11:50:35 +00:00
parent 47e879862c
commit 757207f233

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "eksctl";
version = "0.179.0";
version = "0.181.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
hash = "sha256-WDiuk/fmoGsfbs2l3TBDIugU3HBo6V0W4MDcVYJfaxs=";
hash = "sha256-3VTMkWDahIMrOO05ZI0f/sbyZagwbVVD/fu9z4JRPZw=";
};
vendorHash = "sha256-M/OiHXsvPAaYVNw7Q9LiDbH7B7QhBQxmK0H8TNWcu74=";
vendorHash = "sha256-eaEAC1jDmApcyn0RC5pvonYVWblRCB2PFTr/K5rZvtU=";
doCheck = false;