Merge pull request #69923 from xrelkd/update/eksctl

eksctl: 0.5.2 -> 0.6.0
This commit is contained in:
Mario Rodas 2019-09-29 23:29:03 -05:00 committed by GitHub
commit 730f967bdc
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.5.2";
version = "0.6.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "1aw69kcb2wx832hdfbx0944wwvdn5jbpr164pv6z0bxqzc0yi2kv";
sha256 = "0gh6p912y8i295p3vwhlrsxky761zlvrykcl6jm6j2qhwl5k4k29";
};
modSha256 = "0c8hbb73w1922qh895lsk0m9i7lk9kzrvxjc4crwsfpn9pv0qgd3";