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

cilium-cli: 0.15.21 -> 0.15.22
This commit is contained in:
Nick Cao 2024-02-08 19:34:40 -05:00 committed by GitHub
commit 5cd685e8da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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