about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubeshark
diff options
context:
space:
mode:
authorQJoly <github@thoughtless.eu>2023-05-11 14:57:16 +0200
committerQJoly <github@thoughtless.eu>2023-05-11 14:57:16 +0200
commitdd13cb89dd5b8ba7638e8c4b20123e7fa17bfed1 (patch)
treecdd8d72d4b090d7d6a287a19d04491cc24ea1bda /pkgs/applications/networking/cluster/kubeshark
parent3cb5bc287d4b270c97797f38d3bd2d8aa229eac1 (diff)
kubeshark: 40.1 -> 40.2
Diffstat (limited to 'pkgs/applications/networking/cluster/kubeshark')
-rw-r--r--pkgs/applications/networking/cluster/kubeshark/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kubeshark/default.nix b/pkgs/applications/networking/cluster/kubeshark/default.nix
index f3d3a9fdd1eeb..7643748f158bc 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 = "40.1";
+  version = "40.2";
 
   src = fetchFromGitHub {
     owner = "kubeshark";
     repo = "kubeshark";
     rev = version;
-    sha256 = "sha256-hRAV8Nnph52Q7fdvW68Ma4DUM0lQdL6e0v1reR/G9Fs=";
+    sha256 = "sha256-E39Hr39fPiRKElploh2EEE35x0vnyAf2eWHr8Ifx0l0=";
   };
 
   vendorHash = "sha256-ckIjmrXkn1AVBQRwM6+wdRwwYHytxKm3rKEe+csORdU=";
@@ -55,6 +55,6 @@ buildGoModule rec {
       Think TCPDump and Wireshark re-invented for Kubernetes
       capturing, dissecting and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters.
     '';
-    maintainers = with maintainers; [ bryanasdev000 ];
+    maintainers = with maintainers; [ bryanasdev000 qjoly ];
   };
 }