eksctl: 0.169.0 -> 0.170.0

This commit is contained in:
R. Ryantm 2024-02-03 09:30:32 +00:00
parent 8f2659f142
commit 9a1a7ebd8b

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "eksctl";
version = "0.169.0";
version = "0.170.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
hash = "sha256-WVYEjmuSTIe6LVeXJD7fu1TCrZfH4Cs1T/jfqKNJhM4=";
hash = "sha256-aYkydocr5PDpxUYO4Cee2AbNQzBgjJRdRo3lonQRPy8=";
};
vendorHash = "sha256-cuLzn0OZ5VC+RWGsJ8DCdJN8wm0DrsjH55K/cnyuqB8=";