Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7d39eea965f0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23b667755195
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 16, 2020

  1. eksctl: 0.16.0 -> 0.17.0

    xrelkd committed Apr 16, 2020
    Copy the full SHA
    5905597 View commit details
  2. Merge pull request #85344 from xrelkd/update/eksctl

    eksctl: 0.16.0 -> 0.17.0
    marsam authored Apr 16, 2020
    Copy the full SHA
    23b6677 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/admin/eksctl/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/admin/eksctl/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "eksctl";
version = "0.16.0";
version = "0.17.0";

src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "067q2cj4iwhiijv6nd9crjfncn67829f4d2ls07lwdcsvgi1cyfi";
sha256 = "0ck096qfj4wp166bymvync8qyb0q2az86hckjk3hrzqdj8vwhrza";
};

modSha256 = "187jv78asav97cbvn7336ycflqa0c2alvkhvlyv2mp5f3crygagy";
modSha256 = "024fqknv6f1zzcpxfl3c12d7ya7ynsyy7hf7zsnmpsnrksvbkfvc";

subPackages = [ "cmd/eksctl" ];