Unverified Commit f3c6b075 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

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

parents 667fc012 2aee9cd6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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}";
  };