Skip to content

Commit c4a64f7

Browse files
istioctl: 1.28.1 -> 1.28.2 (#473417)
2 parents bab80dc + 930e4c3 commit c4a64f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/is/istioctl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
buildGoModule rec {
99
pname = "istioctl";
10-
version = "1.28.1";
10+
version = "1.28.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "istio";
1414
repo = "istio";
1515
rev = version;
16-
hash = "sha256-Klew+aFwF4KmOud6GLqZ+H7HyydFGFa7oX79r7/ylGs=";
16+
hash = "sha256-T3bhFAIsdnobcTYc80jY7mtIKRjBK6OcqGR59ko6q3s=";
1717
};
18-
vendorHash = "sha256-Cv7wG8ws/wuMOT1JQFNemfNYxcJrcN0H+srQC2xNbMA=";
18+
vendorHash = "sha256-QcPtQV3sO+B2NtxJvOi5x5hlAI1ace4LqWO84fAovGw=";
1919

2020
nativeBuildInputs = [ installShellFiles ];
2121

0 commit comments

Comments
 (0)