Merge pull request #182776 from bryanasdev000/ciliumcli-0120

cilium-cli: 0.11.11 -> 0.12.0
This commit is contained in:
Bobby Rong 2022-07-27 20:58:01 +08:00 committed by GitHub
commit a8924509d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.11.11";
version = "0.12.0";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IZMtkTKslFvbk/qwfZpFZAV6VUj66JKGFewXH1Ujxbw=";
sha256 = "sha256-/fVPo9aO2UhX/qsyjFUykFz4am7R2USmdvYqhQcT7q8=";
};
vendorSha256 = null;