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

cilium-cli: 0.12.1 -> 0.12.2
This commit is contained in:
superherointj 2022-08-28 11:39:01 -03:00 committed by GitHub
commit 323fd4e915
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.12.1";
version = "0.12.2";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-WCOZuHJBssRM75+EO9s11t7ASkLxHbsVe+qmb/glFWU=";
sha256 = "sha256-LayPASPMSnRZkDs9LylWR62eS+b/5TB9PidDQCs+MXU=";
};
vendorSha256 = null;