kubeshark: 41.1 -> 41.3

This commit is contained in:
R. Ryantm 2023-07-10 00:35:04 +00:00
parent 2b356dae62
commit ccfa748760

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "kubeshark"; pname = "kubeshark";
version = "41.1"; version = "41.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kubeshark"; owner = "kubeshark";
repo = "kubeshark"; repo = "kubeshark";
rev = version; 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 [ ldflags = let t = "github.com/kubeshark/kubeshark"; in [
"-s" "-w" "-s" "-w"