Merge pull request #132285 from NixOS/eksctl

eksctl: 0.58.0 -> 0.59.0
This commit is contained in:
Jörg Thalheim 2021-08-01 09:11:19 +01:00 committed by GitHub
commit 6e66276fe7
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.58.0";
version = "0.59.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-g7Lfx8Q2yEFk6/3r8+MUl8jehbRfVGfrZb1+WgA6TYA=";
sha256 = "sha256-qSZos1BO48Z5aiay8B/9DFGPgAOC8ib7IRjlFhzFh5Y=";
};
vendorSha256 = "sha256-mapok/c3uh7xmLZnN5S9zavgxSOfytqtqxBScv4Ao8w=";