istioctl: 1.16.1 -> 1.16.2

This commit is contained in:
R. Ryantm 2023-02-04 12:27:24 +00:00
parent 0a55d764ac
commit 2c0b36624d

View file

@ -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 ];