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

cilium-cli: 0.15.19 -> 0.15.20
This commit is contained in:
Mario Rodas
2024-01-28 09:32:27 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.15.19";
version = "0.15.20";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
hash = "sha256-52i3Ek/rXFF9rMMiXNMnRjT2HYsknGKvVtCRrVDmo9U=";
hash = "sha256-uwHy1Wdf9/BXfPgBFc0Lkd3tewqY/+MjqaFnb8dFnH0=";
};
vendorHash = null;