cilium-cli: 0.12.11 -> 0.13.2

This commit is contained in:
Antoine Labarussias 2023-03-30 22:56:14 +02:00
parent 30a8405fd4
commit 9778dd1cf6
No known key found for this signature in database
GPG Key ID: 149D68C2439559EF

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.12.11";
version = "0.13.2";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-50D3iH5KAWvX7lAPHY7cUKc4d4ww47ti2QOgdrfY1BY=";
sha256 = "sha256-K/RUEr9WJU1tocESvBF48F890vMgCRANM0lqn644eeg=";
};
vendorSha256 = null;
vendorHash = null;
subPackages = [ "cmd/cilium" ];