istioctl: 1.21.0 -> 1.21.1

This commit is contained in:
R. Ryantm 2024-04-09 01:17:03 +00:00
parent f6eb921406
commit a935b19419
1 changed files with 3 additions and 3 deletions

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "istioctl";
version = "1.21.0";
version = "1.21.1";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
hash = "sha256-d+4WiMjP9L9tMrShTadXA1k/l1U3jYj/ihP0g3HuYRE=";
hash = "sha256-zWg0UK9RHq/25GWpsvb/U5YJPkgd7aUC/Dva8jGFwfo=";
};
vendorHash = "sha256-8nvcxBF+ygWkMLbGwJvj1NjGL06xh6mNZvaEbZJw0TM=";
vendorHash = "sha256-23t1xJPRip0ojXmUl1qlk6QJsYHT+9EAS080m6c0d6U=";
nativeBuildInputs = [ installShellFiles ];