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

cilium-cli: 0.15.20 -> 0.15.21
This commit is contained in:
Mario Rodas 2024-01-31 23:27:20 -05:00 committed by GitHub
commit d9df9e38c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "cilium-cli"; pname = "cilium-cli";
version = "0.15.20"; version = "0.15.21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cilium"; owner = "cilium";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-uwHy1Wdf9/BXfPgBFc0Lkd3tewqY/+MjqaFnb8dFnH0="; hash = "sha256-jagNtaR7YAOdvy/yJrIRQfr8UQTrEoVrPLaGklt8mUk=";
}; };
vendorHash = null; vendorHash = null;