about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/istioctl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-04-27 23:52:40 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 17:49:53 -0700
commitb8016c6aa6b552b98b0bd9e37d73ccc4cd3dc53a (patch)
treeabd80e8249f0982964658b84f2f3ddc3888b1e41 /pkgs/applications/networking/cluster/istioctl
parent577c3a55780d98923b8f09f7f0d42791d0db01d4 (diff)
istioctl: 1.9.3 -> 1.9.4
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 d0ffb22217f04..85b6c623ae36e 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.9.3";
+  version = "1.9.4";
 
   src = fetchFromGitHub {
     owner = "istio";
     repo = "istio";
     rev = version;
-    sha256 = "sha256-gCI4LRUjsE6V7fomWaQsseX1Xi2f+2ZgtvWBDarpXvw=";
+    sha256 = "sha256-QyiGDk9lA9Y49VpRNRGNbir/ql/Vzp6wsZ1LGodGTks=";
   };
-  vendorSha256 = "sha256-yJHYyRPl1V1WNV0nJoR3bRTTGRTQaT/tG4TSQeL5U88=";
+  vendorSha256 = "sha256-N+7xajNkxuaC1yDTkPCg80bl2gRy2+Sa4Qq1A8zSGD8=";
 
   doCheck = false;