cilium-cli: 0.16.7 -> 0.16.8

This commit is contained in:
R. Ryantm 2024-05-30 01:21:05 +00:00
parent 3852c7ab26
commit 440a2e1550

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.16.7";
version = "0.16.8";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
hash = "sha256-+Uxn9yR3D38CuvFeBA62aWLtY4rPrBJoF3tUmgKvKpw=";
hash = "sha256-SJWLWyjTdBilba+wsdpVS6i/OlQNlxZ5vjJTLheybSU=";
};
vendorHash = null;