Merge pull request #189264 from r-ryantm/auto-update/istioctl

istioctl: 1.14.3 -> 1.15.0
This commit is contained in:
superherointj 2022-09-01 09:41:20 -03:00 committed by GitHub
commit b6007630be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "istioctl";
version = "1.14.3";
version = "1.15.0";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
sha256 = "sha256-1E4YtGSiHXG7G60Rng1t4OvgLvn9tjYahCkrFnlfLyw=";
sha256 = "sha256-exLLmrHHXAp/S7z4JwIr8umwxZkmV6/kp/4fd8ODh1I=";
};
vendorSha256 = "sha256-S0297wgoqhPD9+nyzPEytpfppA91PWo1q4B7L8CHKLs=";
vendorSha256 = "sha256-A0Haf18ot3WckibSmZe5INjMr7zTrMB6xqqnqpUKV34=";
nativeBuildInputs = [ installShellFiles ];