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

cilium-cli: 0.12.3 -> 0.12.4
This commit is contained in:
superherointj 2022-09-22 17:33:06 -03:00 committed by GitHub
commit 17dd740237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "cilium-cli"; pname = "cilium-cli";
version = "0.12.3"; version = "0.12.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cilium"; owner = "cilium";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-mgyzdu7xzN6rDSHBcC8Uz8m5+5VEfA0RPe8cPZYfEgM="; sha256 = "sha256-AmJHc9+d053tzz1nj5yyJYDxV3/Bko3plkfR2RjbjH8=";
}; };
vendorSha256 = null; vendorSha256 = null;