cilium-cli: 0.18.6 -> 0.18.7

This commit is contained in:
R. Ryantm
2025-09-14 17:32:32 +00:00
parent 2296a312c2
commit 8190e4d4a6
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.18.6";
version = "0.18.7";
src = fetchFromGitHub {
owner = "cilium";
repo = "cilium-cli";
tag = "v${version}";
hash = "sha256-HZn8qA3uJXIEe+yHbDA6vuCaJLuQw2ftTxE2nOGtw5c=";
hash = "sha256-zmVSryOp+4QDm83yJFwUld/NlZEHZtV0BJABqBcMirE=";
};
nativeBuildInputs = [ installShellFiles ];