about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-09 22:28:40 -0400
committerGitHub <noreply@github.com>2023-07-09 22:28:40 -0400
commit2169d3b0bce0daa64d05abbdf9da552a7b8c22a7 (patch)
treedf4356e2967f51904d9c88e5564a6c7980a633df
parent1a084177d890c40a20ecaef83b3968d1719472d6 (diff)
parentccfa748760553f1734ea027474fcb32eb6f1404f (diff)
Merge pull request #242555 from r-ryantm/auto-update/kubeshark
kubeshark: 41.1 -> 41.3
-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 1e2ed8c17bc01..a4eb88147f01b 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 = "41.1";
+  version = "41.3";
 
   src = fetchFromGitHub {
     owner = "kubeshark";
     repo = "kubeshark";
     rev = version;
-    sha256 = "sha256-Etf/zYw/ymA6//sNyCTZYXSTLUJ5QyAor80MoQ2o9zI=";
+    sha256 = "sha256-8RAUFiQLXKYRcthkthoRLl73RKjJj6PVE6SxTvqWiiI=";
   };
 
-  vendorHash = "sha256-CCkRL6pzwV45whYwCX/vcKllpz4qrUhZpNwVa69elVA=";
+  vendorHash = "sha256-cINzo4G1Rn9T1HBGKOKo2boUpG2S2vnFL/uwEVXq2gU=";
 
   ldflags = let t = "github.com/kubeshark/kubeshark"; in [
    "-s" "-w"