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

cilium-cli: 0.11.10 -> 0.11.11
This commit is contained in:
superherointj 2022-07-07 09:22:57 -03:00 committed by GitHub
commit b6539708c1
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.10";
version = "0.11.11";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BkcnChxUceWGG5hBOHvzZokgcw8T/vvNwIEtHkLfUJA=";
sha256 = "sha256-IZMtkTKslFvbk/qwfZpFZAV6VUj66JKGFewXH1Ujxbw=";
};
vendorSha256 = null;