We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bab80dc + 930e4c3 commit c4a64f7Copy full SHA for c4a64f7
1 file changed
pkgs/by-name/is/istioctl/package.nix
@@ -7,15 +7,15 @@
7
8
buildGoModule rec {
9
pname = "istioctl";
10
- version = "1.28.1";
+ version = "1.28.2";
11
12
src = fetchFromGitHub {
13
owner = "istio";
14
repo = "istio";
15
rev = version;
16
- hash = "sha256-Klew+aFwF4KmOud6GLqZ+H7HyydFGFa7oX79r7/ylGs=";
+ hash = "sha256-T3bhFAIsdnobcTYc80jY7mtIKRjBK6OcqGR59ko6q3s=";
17
};
18
- vendorHash = "sha256-Cv7wG8ws/wuMOT1JQFNemfNYxcJrcN0H+srQC2xNbMA=";
+ vendorHash = "sha256-QcPtQV3sO+B2NtxJvOi5x5hlAI1ace4LqWO84fAovGw=";
19
20
nativeBuildInputs = [ installShellFiles ];
21
0 commit comments