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

cilium-cli: 0.16.11 -> 0.16.13
This commit is contained in:
❄️
2024-07-13 07:56:03 -03:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.16.11";
version = "0.16.13";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
hash = "sha256-muIVjT6ssNejp5O8ju06h9e7ZVcfwXyHgQIa0IEP4Xg=";
hash = "sha256-69LDIKaAJYbxTp0qBgfnE/YG6vnyN9/HgyxEBPqFY+4=";
};
vendorHash = null;