Unverified Commit 2ac55b53 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

eksctl: 0.128.0 -> 0.129.0
parents ab7e94a3 a3be4a3e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "eksctl";
  version = "0.128.0";
  version = "0.129.0";

  src = fetchFromGitHub {
    owner = "weaveworks";
    repo = pname;
    rev = version;
    sha256 = "sha256-CKtDj9Ht81i8EcpjHqluWfwkEU15a/TZd6N+jCSzIc8=";
    sha256 = "sha256-p9haEozDc1ZTGar89Clm7eEFFLJCYcw+gBN40Zg5vi8=";
  };

  vendorHash = "sha256-aSXj21JNqX/cc62oFqyedmvczmudcV7RhLyWrKsdOMQ=";
  vendorHash = "sha256-Vb0sgOOIQI0rTJDITFoMbXJcnN7BondbFTm3AF1JTLo=";

  doCheck = false;