cilium-cli: 0.16.23 -> 0.16.24

This commit is contained in:
R. Ryantm
2025-02-03 02:24:03 +00:00
parent 6319929dc6
commit 4f634039f3
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.16.23";
version = "0.16.24";
src = fetchFromGitHub {
owner = "cilium";
repo = "cilium-cli";
tag = "v${version}";
hash = "sha256-8GD3VjYInPaxOFoPeJGWIDfOIUQ7+g3GgfVq/IS18Bw=";
hash = "sha256-sUPyMAyLrQn4lLtoE9aVtOYvpjOg3I/QXD+x4Rs/2/s=";
};
nativeBuildInputs = [ installShellFiles ];