cilium-cli: 0.16.4 -> 0.16.5

This commit is contained in:
R. Ryantm 2024-04-27 00:27:50 +00:00
parent 1d67e14da5
commit 3d6214da8d
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.16.4";
version = "0.16.5";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
hash = "sha256-fhTjYhRCtJu18AGYF6hiTdRMEdlNO+DmDwh2hZBXzPk=";
hash = "sha256-XsdvjdhrTin5RWwDjBBpdBM/+1S/p+MMd/2gigOiz2E=";
};
vendorHash = null;