File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/ku/kubectl-gadget Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33buildGoModule rec {
44 pname = "kubectl-gadget" ;
5- version = "0.34 .0" ;
5+ version = "0.37 .0" ;
66
77 src = fetchFromGitHub {
88 owner = "inspektor-gadget" ;
99 repo = "inspektor-gadget" ;
1010 rev = "v${ version } " ;
11- hash = "sha256-qOenoC1NycRVFMXETJ1WpAhjeUAnminhkhJ39skvt4k =" ;
11+ hash = "sha256-M0RfwO8YcjMx2eBbSjo4BgTJHbzFnpqhGhhLg9l1KYY =" ;
1212 } ;
1313
14- vendorHash = "sha256-V2bgMFJGo1t1MiJyACdB9mjM2xtHwgH6bNEbEeZC2XM =" ;
14+ vendorHash = "sha256-gYaO+8WhMZNTSBndncrB9JDe3CYL50JGP45ugg6DMDQ =" ;
1515
1616 env . CGO_ENABLED = 0 ;
1717
@@ -30,7 +30,7 @@ buildGoModule rec {
3030
3131 passthru . tests . version = testers . testVersion {
3232 package = kubectl-gadget ;
33- command = "kubectl-gadget version || true" ; # mask non-zero return code if no kubeconfig present
33+ command = "kubectl-gadget version" ;
3434 version = "v${ version } " ;
3535 } ;
3636
You can’t perform that action at this time.
0 commit comments