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

cilium-cli: 0.10.3 -> 0.10.4
This commit is contained in:
Ryan Mulligan 2022-02-27 06:20:14 -08:00 committed by GitHub
commit 880dab703d
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.3";
version = "0.10.4";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nE2mrFALJCGxUce8anJ3ErUO8575GgR6pupG06rRCCM=";
sha256 = "sha256-1/WXpXZ6f4p4IZ/yropCjH3hHt+t5HGw0aq0HFk04mo=";
};
vendorSha256 = null;