cilium-cli: 0.18.0 -> 0.18.2

This commit is contained in:
R. Ryantm
2025-03-18 00:10:44 +00:00
parent 83b4051e4e
commit a2b61ec9e0
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.18.0";
version = "0.18.2";
src = fetchFromGitHub {
owner = "cilium";
repo = "cilium-cli";
tag = "v${version}";
hash = "sha256-jj0nHVsPrJA5y9WVXHyxsKHRxyXpdWLk6/H7GPexxO4=";
hash = "sha256-/R91MFE7JYutq8mOKpzLNPlt42R86dOZGJs4EOkLfKU=";
};
nativeBuildInputs = [ installShellFiles ];