about summary refs log tree commit diff
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2023-10-25 19:21:40 +0200
committer0x4A6F <0x4A6F@users.noreply.github.com>2023-10-25 22:52:12 +0200
commit5b1ef640e39e54b0521dfe99b0eb6f6084fc8359 (patch)
treebb233a5878829070ebf8b5e194bedc78020709fb
parent7c9cc5a6e5d38010801741ac830a3f8fd667a7a0 (diff)
downloadnixlib-5b1ef640e39e54b0521dfe99b0eb6f6084fc8359.tar
nixlib-5b1ef640e39e54b0521dfe99b0eb6f6084fc8359.tar.gz
nixlib-5b1ef640e39e54b0521dfe99b0eb6f6084fc8359.tar.bz2
nixlib-5b1ef640e39e54b0521dfe99b0eb6f6084fc8359.tar.lz
nixlib-5b1ef640e39e54b0521dfe99b0eb6f6084fc8359.tar.xz
nixlib-5b1ef640e39e54b0521dfe99b0eb6f6084fc8359.tar.zst
nixlib-5b1ef640e39e54b0521dfe99b0eb6f6084fc8359.zip
kubeshark: 50.4 -> 51.0.14
- Release: https://github.com/kubeshark/kubeshark/releases/tag/v51.0.14
- Changes: https://github.com/kubeshark/kubeshark/compare/50.4...v51.0.14
-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 d958e06b7eca..ccbde5deac97 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 = "50.4";
+  version = "51.0.14";
 
   src = fetchFromGitHub {
     owner = "kubeshark";
     repo = "kubeshark";
-    rev = version;
-    sha256 = "sha256-+9AnzY/vnB1OGzkKmYL0sxWS17NV+MGnHNXGOtt+BKU=";
+    rev = "v${version}";
+    hash = "sha256-aFeegAFGRofGa54roJ3EACvk9179YAwsgO97eeoOd6s=";
   };
 
   vendorHash = "sha256-Vcn1Ky/J/3QiV6M5fLedDcpkLp5WsVcXRkOEgkKPYEQ=";