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

istioctl: 1.14.1 -> 1.14.3

authored by

superherointj and committed by
GitHub
c3aada9d 063618d2

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