Merge pull request #177971 from bryanasdev000/istioctl1141

istioctl: 1.13.3 -> 1.14.1
This commit is contained in:
Anderson Torres 2022-06-17 02:26:39 -03:00 committed by GitHub
commit dedc46f6c7
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.13.3";
version = "1.14.1";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
sha256 = "sha256-XvV6OlGHW/eB0EUrmyTlFVbDjbxUpVo6WvrEnh6Q68I=";
sha256 = "sha256-Y8Bo2niIyvBE3BPpnSanFrR8ZHIUdG7iKSOyD6YadIM=";
};
vendorSha256 = "sha256-Ex86yLMTqqiSkJns/eeodmGswAzPVQAQOf8Wqi7DRaE=";
vendorSha256 = "sha256-MnSOWJwTOQmHnABRYNJwU9kOr7g51rkUaERksupBTb4=";
nativeBuildInputs = [ installShellFiles ];