istioctl: 1.18.0 -> 1.18.1

This commit is contained in:
R. Ryantm 2023-07-18 01:32:33 +00:00
parent d0299f7fa1
commit e1d0d9a0cd

View File

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