From 9f7e4aef9598181980a480b207b0c7f9b3825be9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 2 Feb 2025 22:40:53 +0000 Subject: [PATCH 1/2] kubeshark: 52.3.94 -> 52.3.96 --- pkgs/by-name/ku/kubeshark/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ku/kubeshark/package.nix b/pkgs/by-name/ku/kubeshark/package.nix index c9b4b8b1b7c5..4eb9a9cf1e20 100644 --- a/pkgs/by-name/ku/kubeshark/package.nix +++ b/pkgs/by-name/ku/kubeshark/package.nix @@ -11,13 +11,13 @@ buildGoModule rec { pname = "kubeshark"; - version = "52.3.94"; + version = "52.3.96"; src = fetchFromGitHub { owner = "kubeshark"; repo = "kubeshark"; rev = "v${version}"; - hash = "sha256-mNhI0rYWVDP40pPWCvm+V/+E5NH6rtYT6mxxpILnFGU="; + hash = "sha256-o0Rzo7+gT+bj1b5YhfJMKSpeo4tkEof8QHNMzYbtpQw="; }; vendorHash = "sha256-kzyQW4bVE7oMOlHVG7LKG1AMTRYa5GLiiEhdarIhMSo="; From d7955ef56930118d03a79e3e6d6dedaca31f507f Mon Sep 17 00:00:00 2001 From: misuzu Date: Wed, 5 Feb 2025 20:47:27 +0200 Subject: [PATCH 2/2] kubeshark: fix meta.changelog --- pkgs/by-name/ku/kubeshark/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ku/kubeshark/package.nix b/pkgs/by-name/ku/kubeshark/package.nix index 4eb9a9cf1e20..105fdfd62593 100644 --- a/pkgs/by-name/ku/kubeshark/package.nix +++ b/pkgs/by-name/ku/kubeshark/package.nix @@ -60,7 +60,7 @@ buildGoModule rec { }; meta = with lib; { - changelog = "https://github.com/kubeshark/kubeshark/releases/tag/${version}"; + changelog = "https://github.com/kubeshark/kubeshark/releases/tag/v${version}"; description = "API Traffic Viewer for Kubernetes"; mainProgram = "kubeshark"; homepage = "https://kubeshark.co/";