eksctl: 0.144.0 -> 0.145.0

This commit is contained in:
R. Ryantm 2023-06-22 04:29:51 +00:00
parent 43be38bd78
commit 2ad637ab77

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "eksctl";
version = "0.144.0";
version = "0.145.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
hash = "sha256-ZbapTT9tZFz+TGefElU3oHhLc6mWqxd4L9HxcryFuHw=";
hash = "sha256-kVkehU6QiT3aQRR15hHc5pGtlRL5fb8/0Df2PR4hvxk=";
};
vendorHash = "sha256-4ORKH9jnrow3gbV6zyiWb93yJzJVfIe/O+wST5+DmFQ=";
vendorHash = "sha256-pqA67TRXmnO7CV/QqwN6ngnS6u1gwKJFQYQtKHOGbMY=";
doCheck = false;