Merge pull request #231300 from QJoly/master

kubeshark: 40.1 -> 40.2
This commit is contained in:
Mario Rodas 2023-05-12 06:34:23 -05:00 committed by GitHub
commit abaa9fe9d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "kubeshark"; pname = "kubeshark";
version = "40.1"; version = "40.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kubeshark"; owner = "kubeshark";
repo = "kubeshark"; repo = "kubeshark";
rev = version; rev = version;
sha256 = "sha256-hRAV8Nnph52Q7fdvW68Ma4DUM0lQdL6e0v1reR/G9Fs="; sha256 = "sha256-E39Hr39fPiRKElploh2EEE35x0vnyAf2eWHr8Ifx0l0=";
}; };
vendorHash = "sha256-ckIjmrXkn1AVBQRwM6+wdRwwYHytxKm3rKEe+csORdU="; vendorHash = "sha256-ckIjmrXkn1AVBQRwM6+wdRwwYHytxKm3rKEe+csORdU=";
@ -55,6 +55,6 @@ buildGoModule rec {
Think TCPDump and Wireshark re-invented for Kubernetes Think TCPDump and Wireshark re-invented for Kubernetes
capturing, dissecting and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters. capturing, dissecting and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters.
''; '';
maintainers = with maintainers; [ bryanasdev000 ]; maintainers = with maintainers; [ bryanasdev000 qjoly ];
}; };
} }