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

istioctl: 1.9.1 -> 1.9.2
This commit is contained in:
Ryan Mulligan 2021-03-28 06:33:24 -07:00 committed by GitHub
commit 8f78c20388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "istioctl";
version = "1.9.1";
version = "1.9.2";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
sha256 = "sha256-WcIcI+y8tTY0YfyuR/DUCjN1xbGpCOBWvEHBo+q2EV8=";
sha256 = "sha256-co/0ogI48FxrwVGwIuMqeFPFYtQF4/rv9V6b225TZc4=";
};
vendorSha256 = "sha256-pSiJfQTvJ6OisdrWTH6mOcAn/wBA1OcVaGtOwBe1qvQ=";
vendorSha256 = "sha256-yJHYyRPl1V1WNV0nJoR3bRTTGRTQaT/tG4TSQeL5U88=";
doCheck = false;