cilium-cli: 0.10.2 -> 0.10.3

This commit is contained in:
R. Ryantm
2022-02-18 03:19:11 +00:00
parent 94f61e4c82
commit 192d970108
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.10.2";
version = "0.10.3";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-EgIs5/0Nk4AtOCK7I+Lt50cqOGzvEegzV0Fb8Tv3bAg=";
sha256 = "sha256-nE2mrFALJCGxUce8anJ3ErUO8575GgR6pupG06rRCCM=";
};
vendorSha256 = null;