about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubeshark/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-26 02:37:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-26 02:37:20 +0000
commit56efd49dacf35bd2744c55498a147b92f4decb02 (patch)
tree2f8fbe164a30295091b1bb403a8f6972aaa105bc /pkgs/applications/networking/cluster/kubeshark/default.nix
parente38e4cd6b9546898165930e2592fef65f799bbcb (diff)
kubeshark: 40.5 -> 41.1
Diffstat (limited to 'pkgs/applications/networking/cluster/kubeshark/default.nix')
-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 808d0208989a6..1e2ed8c17bc01 100644
--- a/pkgs/applications/networking/cluster/kubeshark/default.nix
+++ b/pkgs/applications/networking/cluster/kubeshark/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "kubeshark";
-  version = "40.5";
+  version = "41.1";
 
   src = fetchFromGitHub {
     owner = "kubeshark";
     repo = "kubeshark";
     rev = version;
-    sha256 = "sha256-Xm8Tx1m3k+Vz5GlSIGJw8W2PVkZav9U5A52X9HUJFno=";
+    sha256 = "sha256-Etf/zYw/ymA6//sNyCTZYXSTLUJ5QyAor80MoQ2o9zI=";
   };
 
-  vendorHash = "sha256-ckIjmrXkn1AVBQRwM6+wdRwwYHytxKm3rKEe+csORdU=";
+  vendorHash = "sha256-CCkRL6pzwV45whYwCX/vcKllpz4qrUhZpNwVa69elVA=";
 
   ldflags = let t = "github.com/kubeshark/kubeshark"; in [
    "-s" "-w"