Skip to content

Commit

Permalink
cilium-cli: 0.16.21 -> 0.16.22
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 12, 2024
1 parent 52a2613 commit c812ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ci/cilium-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

buildGoModule rec {
pname = "cilium-cli";
version = "0.16.21";
version = "0.16.22";

src = fetchFromGitHub {
owner = "cilium";
repo = "cilium-cli";
rev = "refs/tags/v${version}";
hash = "sha256-CduyQeUIh+FK1yS/3uLjBKDWkVF5f6FSlRG9+A+EI/I=";
hash = "sha256-P4S+4N9f/m28lNwx7xzYcq99nvXelSvzX01QXDhfGM4=";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit c812ffc

Please sign in to comment.