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

cilium-cli: 0.16.8 -> 0.16.9
This commit is contained in:
superherointj 2024-06-06 19:46:44 -03:00 committed by GitHub
commit e262235d01
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.8";
version = "0.16.9";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
hash = "sha256-SJWLWyjTdBilba+wsdpVS6i/OlQNlxZ5vjJTLheybSU=";
hash = "sha256-aER0VLYkHV0mPM4uBaKLPVmQ+Re5KUm8/01l87wMnF8=";
};
vendorHash = null;