kubectl-gadget: 0.42.0 -> 0.43.0 (#433523)

This commit is contained in:
Wolfgang Walther
2025-08-15 16:55:01 +00:00
committed by GitHub
+3 -11
View File
@@ -2,22 +2,20 @@
lib,
buildGoModule,
fetchFromGitHub,
kubectl-gadget,
testers,
}:
buildGoModule rec {
pname = "kubectl-gadget";
version = "0.42.0";
version = "0.43.0";
src = fetchFromGitHub {
owner = "inspektor-gadget";
repo = "inspektor-gadget";
rev = "v${version}";
hash = "sha256-oLgcM5/FwZ81YpQCT3oc29nKYK9mdsSHmYS2UtAVSlw=";
hash = "sha256-j1tJTg9ZKVsthKH6A+zq+kJL0xC2mZu/AV6xS+0BtKM=";
};
vendorHash = "sha256-pgaD6iTLhQ2tHmo+e4BtPKdK0PCKngqSQENgNAz6vRo=";
vendorHash = "sha256-0JbBVh5zQBQHx6Mfe8h3T+/Jvm0hmdEas6vOj1CNJwc=";
env.CGO_ENABLED = 0;
@@ -35,12 +33,6 @@ buildGoModule rec {
subPackages = [ "cmd/kubectl-gadget" ];
passthru.tests.version = testers.testVersion {
package = kubectl-gadget;
command = "kubectl-gadget version";
version = "v${version}";
};
meta = with lib; {
description = "Collection of gadgets for troubleshooting Kubernetes applications using eBPF";
mainProgram = "kubectl-gadget";