mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
eksctl: update vendorSha256
This commit is contained in:
parent
3a6a2892e2
commit
3fc5756786
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-KhAS8JUM6dobcSJ/QaRhxv2jNpn6AFqiDRCdxeKHwZE=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-6eiJR7DRx3zYKT3B1wBTGSvPQwYw3815K1V/Y9aBX5E=";
|
||||
vendorSha256 = "sha256-bUbStgIJeqzBkoSffJ8ZvqVtOMJ/mqxIIB/Fq9GhoXc=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user