summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/istioctl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-22 01:23:01 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-22 01:23:01 +0000
commit2ab76856e4934fc75aa13139d64e9986f8f34d5f (patch)
treed3ce58a749cb0931dcdc99e9ef23210e5b2ab50d /pkgs/applications/networking/cluster/istioctl
parent1ffd7cf0d6cb509565deb21a6e57a17575834b76 (diff)
istioctl: 1.7.4 -> 1.7.5
Diffstat (limited to 'pkgs/applications/networking/cluster/istioctl')
-rw-r--r--pkgs/applications/networking/cluster/istioctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/istioctl/default.nix b/pkgs/applications/networking/cluster/istioctl/default.nix
index 053035e629ea..19fc90ca9e46 100644
--- a/pkgs/applications/networking/cluster/istioctl/default.nix
+++ b/pkgs/applications/networking/cluster/istioctl/default.nix
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "istioctl";
- version = "1.7.4";
+ version = "1.7.5";
src = fetchFromGitHub {
owner = "istio";
repo = "istio";
rev = version;
- sha256 = "1vy6y6gk7ljnrb7cxxaa60i4ycylsrd2yszbly1aaz5vnh1vsfz9";
+ sha256 = "10h2ak3s74xb1rjvc6bc5yiyq2k8qbv07wxnshiqp5cnd6pjni0w";
};
- vendorSha256 = "0f2n8mwnj9i4qifs0f63jrgr61mjs3c1arxnny723i5pialj3zdl";
+ vendorSha256 = "1xj77w2h7qg808v6ll8hm5nvnb2lwky789aikgxli2k6m0cy0c5k";
doCheck = false;