cilium-cli: 0.16.24 -> 0.18.0 (#383820)

This commit is contained in:
Weijia Wang
2025-03-06 14:05:56 +01:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.16.24";
version = "0.18.0";
src = fetchFromGitHub {
owner = "cilium";
repo = "cilium-cli";
tag = "v${version}";
hash = "sha256-sUPyMAyLrQn4lLtoE9aVtOYvpjOg3I/QXD+x4Rs/2/s=";
hash = "sha256-jj0nHVsPrJA5y9WVXHyxsKHRxyXpdWLk6/H7GPexxO4=";
};
nativeBuildInputs = [ installShellFiles ];