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

istioctl: 1.17.0 -> 1.17.1
This commit is contained in:
Weijia Wang 2023-02-25 12:19:53 +02:00 committed by GitHub
commit 264c496ae5
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.17.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
sha256 = "sha256-cMpFf+VTTH8d1KpvbUoB2pJYPp3FHhRthut8tjTEZtc=";
sha256 = "sha256-6YoznN/wqgmNzBV0ukySwSQvnF4qQeH52uXlEgZTpig=";
};
vendorHash = "sha256-C8UyfVCCkLAU9/qY9Kcv8TKKfG3rLNzu8mfi23O18rU=";
vendorHash = "sha256-9A4Du5expdbFKFIrcPTADyRINhiPpsboqsbszg638LY=";
nativeBuildInputs = [ installShellFiles ];