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>2023-11-20 06:02:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-20 06:02:27 +0000
commit5b84e5d78a2eff730a95313bee0a427825b1e5b2 (patch)
tree6000644a648bfe8b545f0ee544da0103aac4e158 /pkgs/applications/networking/cluster/kubeshark
parent2332b0d7f465a329786d43cb6af84398489bdf81 (diff)
kubeshark: 51.0.14 -> 51.0.27
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 ccbde5deac974..5bae083a06f73 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 = "51.0.14";
+  version = "51.0.27";
 
   src = fetchFromGitHub {
     owner = "kubeshark";
     repo = "kubeshark";
     rev = "v${version}";
-    hash = "sha256-aFeegAFGRofGa54roJ3EACvk9179YAwsgO97eeoOd6s=";
+    hash = "sha256-DGyvP2Z3fZNXqKuE42OPdaWfYpIGu9TIBBxbYzRPZ6M=";
   };
 
   vendorHash = "sha256-Vcn1Ky/J/3QiV6M5fLedDcpkLp5WsVcXRkOEgkKPYEQ=";