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

cilium-cli: 0.16.9 -> 0.16.10
This commit is contained in:
superherointj
2024-06-14 09:51:52 -03:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.16.9";
version = "0.16.10";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
hash = "sha256-aER0VLYkHV0mPM4uBaKLPVmQ+Re5KUm8/01l87wMnF8=";
hash = "sha256-SgAqq9tT4Rtg1AvoUsDvR5cCLIOuHwNUFN2NOheciYw=";
};
vendorHash = null;