Skip to content

Commit

Permalink
eksctl: 0.47.0 -> 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed May 17, 2021
1 parent af7e2ff commit de56376
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.47.0";
version = "0.48.0";

src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-fJL6Fs2rt3Q26cUww0Ca/FZnRN7/KHtp9mHUrpwTLuY=";
sha256 = "sha256-jhf+FIhKkROyNUYh96zFrzxE5hVFnxF6xrTwvivj9B8=";
};

vendorSha256 = "sha256-SeO5RNpGrA28xOKr7EoRtMtyOlAPFYEAFtodhIbe1Zk=";
vendorSha256 = "sha256-U5NAhhum+VsSlhB3pHMmnkaqjWvZJw4BDHVIo4YIkrY=";

doCheck = false;

Expand Down

0 comments on commit de56376

Please sign in to comment.