Unverified Commit 51a1ec6f authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #252105 from r-ryantm/auto-update/eksctl

eksctl: 0.153.0 -> 0.154.0
parents 8761b147 ab65d8c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "eksctl";
  version = "0.153.0";
  version = "0.154.0";

  src = fetchFromGitHub {
    owner = "weaveworks";
    repo = pname;
    rev = version;
    hash = "sha256-BB2EPkfp8kcCPkRftKTPnMYqAJT6RSeqBhcjseJQMS8=";
    hash = "sha256-GPJym+U6wBEJSvDYoXAwgCFqzTvXSVK2i/AN+X1S6Oo=";
  };

  vendorHash = "sha256-/aL1mweWPJRjjqzGBcGc7UHcH0ymVANdu2LkpoCTkh0=";