cilium-cli: 0.18.2 -> 0.18.3

This commit is contained in:
R. Ryantm
2025-04-04 06:41:49 +00:00
parent b222bbdb7e
commit fc85ed9d25
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.18.2";
version = "0.18.3";
src = fetchFromGitHub {
owner = "cilium";
repo = "cilium-cli";
tag = "v${version}";
hash = "sha256-/R91MFE7JYutq8mOKpzLNPlt42R86dOZGJs4EOkLfKU=";
hash = "sha256-9+nNZEXjSoNB/Ftn/CtoBcR/uaD71C1jzDEaEG3Wpb4=";
};
nativeBuildInputs = [ installShellFiles ];