Merge pull request #307098 from r-ryantm/auto-update/cilium-cli

cilium-cli: 0.16.4 -> 0.16.5
This commit is contained in:
superherointj 2024-04-26 22:23:28 -03:00 committed by GitHub
commit edf2fb41fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;