Skip to content

Commit

Permalink
Merge pull request #317427 from r-ryantm/auto-update/eksctl
Browse files Browse the repository at this point in the history
eksctl: 0.179.0 -> 0.181.0
  • Loading branch information
nixpkgs-merge-bot[bot] authored Jun 6, 2024
2 parents 7ce8977 + 757207f commit 168a003
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ek/eksctl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "eksctl";
version = "0.179.0";
version = "0.181.0";

src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
hash = "sha256-WDiuk/fmoGsfbs2l3TBDIugU3HBo6V0W4MDcVYJfaxs=";
hash = "sha256-3VTMkWDahIMrOO05ZI0f/sbyZagwbVVD/fu9z4JRPZw=";
};

vendorHash = "sha256-M/OiHXsvPAaYVNw7Q9LiDbH7B7QhBQxmK0H8TNWcu74=";
vendorHash = "sha256-eaEAC1jDmApcyn0RC5pvonYVWblRCB2PFTr/K5rZvtU=";

doCheck = false;

Expand Down

0 comments on commit 168a003

Please sign in to comment.