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

cilium-cli: 0.16.10 -> 0.16.11
This commit is contained in:
Weijia Wang 2024-06-30 10:43:31 +02:00 committed by GitHub
commit 67af6e2930
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.10";
version = "0.16.11";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
hash = "sha256-SgAqq9tT4Rtg1AvoUsDvR5cCLIOuHwNUFN2NOheciYw=";
hash = "sha256-muIVjT6ssNejp5O8ju06h9e7ZVcfwXyHgQIa0IEP4Xg=";
};
vendorHash = null;