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

istioctl: 1.18.1 -> 1.18.2
This commit is contained in:
Weijia Wang 2023-08-02 11:10:59 +02:00 committed by GitHub
commit 59bdd40c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "istioctl";
version = "1.18.1";
version = "1.18.2";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
sha256 = "sha256-+225LfSp9VP7J63kkbyi2Vj6UAFfb6jr+LLsFVe0ZcY=";
sha256 = "sha256-eSftWXwV8W/mpxZNvUUDS27z3vU36vJj/z0/Wo5qEts=";
};
vendorHash = "sha256-tuiQ11pcfoTOu+OVey+YmU4tTOj5C7p5bKP2ylEkUug=";