about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubeshark
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-17 09:30:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-17 09:30:08 +0000
commite10c1bc34f636d58b421ff05fe235b339396af81 (patch)
tree260d985621400483bbacb98be622270212fb6718 /pkgs/applications/networking/cluster/kubeshark
parentbd8d034e6500e41e9cfb5efe0a10d6ab7a9e6ea1 (diff)
kubeshark: 52.3.62 -> 52.3.68
Diffstat (limited to 'pkgs/applications/networking/cluster/kubeshark')
-rw-r--r--pkgs/applications/networking/cluster/kubeshark/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubeshark/default.nix b/pkgs/applications/networking/cluster/kubeshark/default.nix
index 1d4c38bdff30c..b888cecc927c2 100644
--- a/pkgs/applications/networking/cluster/kubeshark/default.nix
+++ b/pkgs/applications/networking/cluster/kubeshark/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "kubeshark";
-  version = "52.3.62";
+  version = "52.3.68";
 
   src = fetchFromGitHub {
     owner = "kubeshark";
     repo = "kubeshark";
     rev = "v${version}";
-    hash = "sha256-mYFjs/6aO7tzopOZij9rNoOu2a/UUQqpDg16gCoeR8w=";
+    hash = "sha256-GDK+GR3MUYUgfY3cgaxWIYSE3uiEscp9DeeY36/zOYo=";
   };
 
   vendorHash = "sha256-0WRmAqslZj63m+kCFKIBgoRX47ZyRuU7ZihmF6wmZy4=";