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: a9ea6fe5fb7c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ac5952b69b83
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 21, 2019

  1. eksctl: 0.1.35 -> 0.1.38

    xrelkd committed Jun 21, 2019
    Copy the full SHA
    b586f11 View commit details
  2. Merge pull request #63526 from xrelkd/update/eksctl

    eksctl: 0.1.35 -> 0.1.38
    marsam authored Jun 21, 2019
    Copy the full SHA
    ac5952b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/admin/eksctl/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/admin/eksctl/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "eksctl";
version = "0.1.35";
version = "0.1.38";

src = fetchFromGitHub {
owner = "weaveworks";
repo = "eksctl";
rev = version;
sha256 = "0b3s7vh85k68wawmsdp96q9l4yhikwhyjn1c7cwxys0aia4i8wkv";
sha256 = "1nhsy4d1a1vh7g2ibcxnzgxnldfyh51hiq4v4vy123487b6ndqd0";
};

goPackagePath = "github.com/weaveworks/eksctl";