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

cilium-cli: 0.15.17 -> 0.15.19
This commit is contained in:
Mario Rodas
2023-12-26 10:28:03 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.15.17";
version = "0.15.19";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
hash = "sha256-Gb3S3R9gt/4sCOxjiIEXDnVEUEt7Zgz0GJZFEP9D+h8=";
hash = "sha256-52i3Ek/rXFF9rMMiXNMnRjT2HYsknGKvVtCRrVDmo9U=";
};
vendorHash = null;