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

istioctl: 1.14.3 -> 1.15.0

authored by superherointj and committed by GitHub b6007630 15bf7fb6

+3 -3
+3 -3
pkgs/applications/networking/cluster/istioctl/default.nix
··· 2 3 buildGoModule rec { 4 pname = "istioctl"; 5 - version = "1.14.3"; 6 7 src = fetchFromGitHub { 8 owner = "istio"; 9 repo = "istio"; 10 rev = version; 11 - sha256 = "sha256-1E4YtGSiHXG7G60Rng1t4OvgLvn9tjYahCkrFnlfLyw="; 12 }; 13 - vendorSha256 = "sha256-S0297wgoqhPD9+nyzPEytpfppA91PWo1q4B7L8CHKLs="; 14 15 nativeBuildInputs = [ installShellFiles ]; 16
··· 2 3 buildGoModule rec { 4 pname = "istioctl"; 5 + version = "1.15.0"; 6 7 src = fetchFromGitHub { 8 owner = "istio"; 9 repo = "istio"; 10 rev = version; 11 + sha256 = "sha256-exLLmrHHXAp/S7z4JwIr8umwxZkmV6/kp/4fd8ODh1I="; 12 }; 13 + vendorSha256 = "sha256-A0Haf18ot3WckibSmZe5INjMr7zTrMB6xqqnqpUKV34="; 14 15 nativeBuildInputs = [ installShellFiles ]; 16