3
0
Fork 0
forked from mirrors/nixpkgs

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

eksctl: 0.114.0 -> 0.115.0
This commit is contained in:
Mario Rodas 2022-10-14 22:22:47 -05:00 committed by GitHub
commit 51b180b20c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "eksctl";
version = "0.114.0";
version = "0.115.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-m1R6g9KgbbdlBg7p1gVWpSu02azaqg7bQsFQ4gQB2hM=";
sha256 = "sha256-IIxg0xaRfd7jKS4AkSFHcObQmKSRCnQ+K68by8aZlAc=";
};
vendorSha256 = "sha256-glMu2GwMWsuIjLjCwskH90wn690tosLTCThd4LUZobo=";