Skip to content

Commit

Permalink
eksctl: 0.22.0 -> 0.24.0 (#94391)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Aug 1, 2020
1 parent ef81828 commit 0dd1206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/eksctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "eksctl";
version = "0.22.0";
version = "0.24.0";

src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "1l7wcx89d7nil5lbr4x2w04lwranz0z83y892v290wv2l0xnmshj";
sha256 = "1iybsyx2la6dcz2g3rshzky15n5qs8z57zvdvpiisfa0pnjisdm5";
};

vendorSha256 = "0fy9m72iciz5pjf2b3323brgi15w6a9fg1m1srpaiay3md87gagg";
vendorSha256 = "033zj6jmxypj2plqpnkkzp8iffc078y9jfq01zcjnaij1v0sb8al";

subPackages = [ "cmd/eksctl" ];

Expand Down

0 comments on commit 0dd1206

Please sign in to comment.