cilium-cli: 0.18.4 -> 0.18.5 (#421903)

This commit is contained in:
Aleksana 2025-07-05 16:59:22 +08:00 committed by GitHub
commit 7a80c0947c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.18.4";
version = "0.18.5";
src = fetchFromGitHub {
owner = "cilium";
repo = "cilium-cli";
tag = "v${version}";
hash = "sha256-S+LtNIbtZVxk77eySYYZqr+Bicibl7vLo0nqkxUpkME=";
hash = "sha256-2lmf0bKmlNt+axgwiNPKcaq08Bf/88sp3JEkS8dkP7M=";
};
nativeBuildInputs = [ installShellFiles ];