Merge pull request #67640 from xrelkd/update/eksctl

eksctl: 0.4.2 -> 0.4.3
This commit is contained in:
Mario Rodas 2019-08-29 07:57:25 -05:00 committed by GitHub
commit 0fc011ed25
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.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "0vyz02yli2lnzzzzy8dv9y5g69ljr671p1lgx84z8ys2ihwj3yc3";
sha256 = "1h7fyxlwa9f9r08rpl05r62ap7h7viaqchldbnv7j3vs2j23k127";
};
modSha256 = "17bb1k18x1xfq9bi9qbm8pln6h6pkhaqzy07qdvnhinmspll1695";