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

cilium-cli: 0.10.4 -> 0.11.1
This commit is contained in:
Ryan Mulligan 2022-04-22 08:50:39 -07:00 committed by GitHub
commit e436c351a6
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.10.4";
version = "0.11.1";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1/WXpXZ6f4p4IZ/yropCjH3hHt+t5HGw0aq0HFk04mo=";
sha256 = "sha256-8twqA8aUuk5+LzjxMRbRA3m6qiEbk60A0q3nw9uzCvU=";
};
vendorSha256 = null;