Merge pull request #111165 from r-ryantm/auto-update/eksctl

eksctl: 0.36.0 -> 0.36.2
This commit is contained in:
Ryan Mulligan 2021-01-30 09:11:28 -08:00 committed by GitHub
commit 435a6fb2f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "eksctl";
version = "0.36.0";
version = "0.36.2";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-wjYO/tu+QrztGPvtz3YBZJ7/e+9TDEwJ542xIBuNaQo=";
sha256 = "sha256-qAUJgQzC9dGeVePsLpZHt+Ogz5ty5+N8hKBtGozhRZM=";
};
vendorSha256 = "sha256-woEa/h6TKQD32BslmPBuILvBAObhWjT8XqnQmuweUx0=";