kubectl-gadget: 0.34.0 -> 0.37.0 (#379246)

This commit is contained in:
misuzu
2025-02-05 21:27:56 +02:00
committed by GitHub
+4 -4
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}";
};