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

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

istioctl: 1.18.0 -> 1.18.1
parents ca4085af e1d0d9a0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@

buildGoModule rec {
  pname = "istioctl";
  version = "1.18.0";
  version = "1.18.1";

  src = fetchFromGitHub {
    owner = "istio";
    repo = "istio";
    rev = version;
    sha256 = "sha256-vC8EE9v3U6FNbjxWb3At+gL4DUgBIb7MY2xBu7WNMKw=";
    sha256 = "sha256-+225LfSp9VP7J63kkbyi2Vj6UAFfb6jr+LLsFVe0ZcY=";
  };
  vendorHash = "sha256-YgRW/sVRQLqrtEFxC+bGHZEQoEro5bzNzqKv7c7iO4Y=";
  vendorHash = "sha256-tuiQ11pcfoTOu+OVey+YmU4tTOj5C7p5bKP2ylEkUug=";

  nativeBuildInputs = [ installShellFiles ];