istioctl: 1.9.4 -> 1.10.2

The `gen-charts` (`create_assets_gen.sh`) target is no longer required.
See istio/istio#29963 for details.
This commit is contained in:
Vincent Haupert 2021-07-12 13:52:25 +02:00
parent eaff114326
commit 97575deb7e
No known key found for this signature in database
GPG key ID: A8B605E96F82B4E4

View file

@ -1,26 +1,20 @@
{ lib, buildGoModule, fetchFromGitHub, go-bindata, installShellFiles }:
{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
buildGoModule rec {
pname = "istioctl";
version = "1.9.4";
version = "1.10.2";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
sha256 = "sha256-QyiGDk9lA9Y49VpRNRGNbir/ql/Vzp6wsZ1LGodGTks=";
sha256 = "sha256-jzLffTAGlNeglzoJ3AG4d0pwrkXmT5ttJxr2z4MwP90=";
};
vendorSha256 = "sha256-N+7xajNkxuaC1yDTkPCg80bl2gRy2+Sa4Qq1A8zSGD8=";
vendorSha256 = "sha256-q/m1H6gcnn35ULi+e8fVuJg8eIXhzizGwXJmyf1Hfy4=";
doCheck = false;
nativeBuildInputs = [ go-bindata installShellFiles ];
# Bundle charts
preBuild = ''
patchShebangs operator/scripts
operator/scripts/create_assets_gen.sh
'';
nativeBuildInputs = [ installShellFiles ];
# Bundle release metadata
buildFlagsArray = let