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: efed1cb9a59e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 47fb3b938859
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 13, 2019

  1. eksctl: 0.1.39 -> 0.1.40

    xrelkd authored and FRidh committed Jul 13, 2019
    Copy the full SHA
    47fb3b9 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,13 +2,13 @@

buildGoModule rec {
pname = "eksctl";
version = "0.1.39";
version = "0.1.40";

src = fetchFromGitHub {
owner = "weaveworks";
repo = "eksctl";
repo = pname;
rev = version;
sha256 = "11y2pb5jn64v89a9hwi25rakrnsvhyjyr8kdrjk81d6hhrfkz3g0";
sha256 = "08r4p2brs9gxxqnyv44zi1agv5q3ss8292201z9vh5ji9fmck2vb";
};

modSha256 = "1lmkwx0r19c2wg9nm85k92nlxjzr8q917jf3f333yf3csfyiix2f";