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

cilium-cli: 0.16.6 -> 0.16.7
This commit is contained in:
Leona Maroni 2024-05-12 14:51:27 +02:00 committed by GitHub
commit 1b3ac56444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.16.6";
version = "0.16.7";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
hash = "sha256-MeBwlwxjMcBMy62IlhWBB+hTM5/Z9uIlqfCWsj0SQ4g=";
hash = "sha256-+Uxn9yR3D38CuvFeBA62aWLtY4rPrBJoF3tUmgKvKpw=";
};
vendorHash = null;