eksctl: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 14:28:29 +10:00
parent 3a6a2892e2
commit 3fc5756786
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-KhAS8JUM6dobcSJ/QaRhxv2jNpn6AFqiDRCdxeKHwZE=";
};
vendorSha256 = "sha256-6eiJR7DRx3zYKT3B1wBTGSvPQwYw3815K1V/Y9aBX5E=";
vendorSha256 = "sha256-bUbStgIJeqzBkoSffJ8ZvqVtOMJ/mqxIIB/Fq9GhoXc=";
doCheck = false;

View File

@ -2949,7 +2949,9 @@ with pkgs;
ekam = callPackage ../development/tools/build-managers/ekam { };
eksctl = callPackage ../tools/admin/eksctl { };
eksctl = callPackage ../tools/admin/eksctl {
buildGoModule = buildGo117Module;
};
electronplayer = callPackage ../applications/video/electronplayer/electronplayer.nix { };