Merge pull request #143586 from r-ryantm/auto-update/cilium-cli

cilium-cli: 0.9.0 -> 0.9.2
This commit is contained in:
Bobby Rong 2021-10-29 15:41:21 +08:00 committed by GitHub
commit 9d7b8dd3e8
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.9.0";
version = "0.9.2";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "05qc1fcf4ahl1zvxv92mq3awiy5b1rq6r9l896b4hkp0m5lx9m3c";
sha256 = "sha256-vIm5PkRyh41jtvDrLDxFVzSkhFipYYYEEY0/qxbOXGE=";
};
vendorSha256 = null;