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

cilium-cli: 0.16.6 -> 0.16.7

authored by Leona Maroni and committed by GitHub 1b3ac564 56e8c30a

+2 -2
+2 -2
pkgs/applications/networking/cluster/cilium/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "cilium-cli"; 5 - version = "0.16.6"; 5 + version = "0.16.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cilium"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-MeBwlwxjMcBMy62IlhWBB+hTM5/Z9uIlqfCWsj0SQ4g="; 11 + hash = "sha256-+Uxn9yR3D38CuvFeBA62aWLtY4rPrBJoF3tUmgKvKpw="; 12 12 }; 13 13 14 14 vendorHash = null;