3
0
Fork 0
forked from mirrors/nixpkgs

eksctl: 0.58.0 -> 0.59.0

This commit is contained in:
R. RyanTM 2021-07-31 19:32:47 +00:00 committed by Jörg Thalheim
parent adf2a047ae
commit 6e4c660f49

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=";