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

istioctl: 1.16.1 -> 1.16.2
This commit is contained in:
Mario Rodas
2023-02-04 18:24:18 -05:00
committed by GitHub
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "istioctl";
version = "1.16.1";
version = "1.16.2";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
sha256 = "sha256-IYmNmrUdlp0V+gsAwivkF73VcBBMDcA5QWSnJ+6qKks=";
sha256 = "sha256-Qvpg6qLrtnnMrRWFHv7J+drM75V6DaMu1jxcxaCJ4kk=";
};
vendorSha256 = "sha256-yCdCuwiAAdyeLtu4zE7d8RLbqM6FuH9sw0EqDZohQxg=";
vendorHash = "sha256-wPkjRkgQiGvZm+eOGVlM5cgrYugF/E8H71bcR2ofP2U=";
nativeBuildInputs = [ installShellFiles ];