kubectl-gadget: 0.34.0 -> 0.37.0

This commit is contained in:
Morgan Helton 2025-02-03 21:11:37 -06:00
parent e4a4b2cf12
commit 2aee9cd6de
No known key found for this signature in database

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubectl-gadget";
version = "0.34.0";
version = "0.37.0";
src = fetchFromGitHub {
owner = "inspektor-gadget";
repo = "inspektor-gadget";
rev = "v${version}";
hash = "sha256-qOenoC1NycRVFMXETJ1WpAhjeUAnminhkhJ39skvt4k=";
hash = "sha256-M0RfwO8YcjMx2eBbSjo4BgTJHbzFnpqhGhhLg9l1KYY=";
};
vendorHash = "sha256-V2bgMFJGo1t1MiJyACdB9mjM2xtHwgH6bNEbEeZC2XM=";
vendorHash = "sha256-gYaO+8WhMZNTSBndncrB9JDe3CYL50JGP45ugg6DMDQ=";
env.CGO_ENABLED = 0;
@ -30,7 +30,7 @@ buildGoModule rec {
passthru.tests.version = testers.testVersion {
package = kubectl-gadget;
command = "kubectl-gadget version || true"; # mask non-zero return code if no kubeconfig present
command = "kubectl-gadget version";
version = "v${version}";
};