cilium-cli: 0.18.4 -> 0.18.5

This commit is contained in:
R. Ryantm 2025-07-02 20:30:55 +00:00
parent 51e8f407be
commit 0b56352427

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 ];