Skip to content

Commit

Permalink
Merge pull request NixOS#78725 from xrelkd/update/eksctl
Browse files Browse the repository at this point in the history
eksctl: 0.12.0 -> 0.13.0
  • Loading branch information
marsam authored and anna328p committed Feb 2, 2020
2 parents 841fc23 + 2cbf057 commit 2a9f559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/eksctl/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "eksctl";
version = "0.12.0";
version = "0.13.0";

src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "1m4hcj2bi9v3ngjj2x1fifcnb450jrij06vbi3j28slsdwn1bcc8";
sha256 = "13kxilsy0fdzg1phzcsxfg53flzx3xk6c5jyygggajp45aysbyra";
};

modSha256 = "1c8qyxzfazgw77rlv3yw2x39ymaq66jjd51im0jl4131a6hzj6fd";
modSha256 = "0g5alqhwna9sd6dp50waqa87af2z3n5pj5mwnb9i2y65g2kclaha";

subPackages = [ "cmd/eksctl" ];

Expand Down

0 comments on commit 2a9f559

Please sign in to comment.