Unverified Commit 17a802cd authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

eksctl: 0.119.0 -> 0.120.0
parents f0ed2f09 384ed019
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "eksctl";
  version = "0.119.0";
  version = "0.120.0";

  src = fetchFromGitHub {
    owner = "weaveworks";
    repo = pname;
    rev = version;
    sha256 = "sha256-eW16B3VSxuqKVqhVmxtyTnm1wItJS5HZMW7a7DDiIVg=";
    sha256 = "sha256-XrXT+SivZ240lSiCWmxB4N4miI6xYojqLVmDJbhhWko=";
  };

  vendorSha256 = "sha256-/WSc6Q/OBxPKuVrdmMczaKCZO7MvQXkzQ2Q1y43w3Hw=";
  vendorSha256 = "sha256-S1gnnhI0U7OLd6vEW5qpxGAiOdORYWsEst11Vfj6pdI=";

  doCheck = false;