Unverified Commit e3cbd2d8 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

istioctl: 1.16.1 -> 1.16.2
parents 23e04ace 2c0b3662
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];