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

eksctl: 0.38.0 -> 0.39.0
This commit is contained in:
Mario Rodas
2021-02-28 22:41:09 -05:00
committed by GitHub

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "eksctl";
version = "0.38.0";
version = "0.39.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-QMJKrM5IBDqNfdxYAaEzmZ8YFMPu2hB6jvl6R/7ORl8=";
sha256 = "sha256-mq1/e9FW0jP6dY6zCBlPz5dBidKLS6IROBKESfHDvPI=";
};
vendorSha256 = "sha256-VTKnkMe0SB6sWRJTC4p6BMjH5qZ6LsSQnjuPFfOP/Eg=";
vendorSha256 = "sha256-ANOeU3cFSwLcpdbpApM+j4r296ZGj/tuDV8oiMA7kMo=";
doCheck = false;