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

istioctl: 1.21.0 -> 1.21.1
This commit is contained in:
Weijia Wang 2024-04-16 23:57:41 +02:00 committed by GitHub
commit fda38b11ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];