cilium-cli: 0.15.17 -> 0.15.19

This commit is contained in:
R. Ryantm
2023-12-25 14:01:48 +00:00
parent b45547a0a2
commit c0f720d3b1
@@ -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;