Skip to content

Commit

Permalink
kubectl-gadget: 0.34.0 -> 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 26, 2025
1 parent bafca6c commit b650bd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ku/kubectl-gadget/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "kubectl-gadget";
version = "0.34.0";
version = "0.36.1";

src = fetchFromGitHub {
owner = "inspektor-gadget";
repo = "inspektor-gadget";
rev = "v${version}";
hash = "sha256-qOenoC1NycRVFMXETJ1WpAhjeUAnminhkhJ39skvt4k=";
hash = "sha256-G0KLdiOPh0LHncXtz6Rzp127qrtKj2FuzmHBUjtcgrM=";
};

vendorHash = "sha256-V2bgMFJGo1t1MiJyACdB9mjM2xtHwgH6bNEbEeZC2XM=";
vendorHash = "sha256-ihGbuk4k1BzjXt4gGolo96TVBmY89oT/PNDquIz1QBQ=";

env.CGO_ENABLED = 0;

Expand Down

0 comments on commit b650bd2

Please sign in to comment.