3
0
Fork 0
forked from mirrors/nixpkgs

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

eksctl: 0.126.0 -> 0.127.0
This commit is contained in:
Weijia Wang 2023-01-30 21:03:57 +01:00 committed by GitHub
commit c6daa99012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "eksctl";
version = "0.126.0";
version = "0.127.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-ul02G6FULaSFMtQfmqrSRSAgAxx5/cpG6qeDrGB2m5g=";
sha256 = "sha256-WCkVCND3c8HYLi0UrgF3zoEykIs1/D7HgeblZETvU4M=";
};
vendorHash = "sha256-Z6elKuSGvXPjMk8upqJ2Z0I5Cu3s3LeGUkQFcUKheH0=";
vendorHash = "sha256-FBKwWApiIs0y0IZqJOJwzdBq1ihaPv8mqqSTO42ggi0=";
doCheck = false;