istioctl: 1.14.3 -> 1.15.0

This commit is contained in:
R. Ryantm 2022-09-01 12:25:40 +00:00
parent d168bd6447
commit d19dd1834f

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 ];