Skip to content

Commit

Permalink
cilium-cli: 0.16.22 -> 0.16.23
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 9, 2025
1 parent b7051fe commit edad941
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.22";
version = "0.16.23";

src = fetchFromGitHub {
owner = "cilium";
repo = "cilium-cli";
tag = "v${version}";
hash = "sha256-P4S+4N9f/m28lNwx7xzYcq99nvXelSvzX01QXDhfGM4=";
hash = "sha256-8GD3VjYInPaxOFoPeJGWIDfOIUQ7+g3GgfVq/IS18Bw=";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit edad941

Please sign in to comment.