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

cilium-cli: 0.14.0 -> 0.14.1
This commit is contained in:
Weijia Wang 2023-05-06 12:48:10 +03:00 committed by GitHub
commit 695a0b7858
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.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-E/14YYX4EFakzBsaUxy1SZAaBCIKmgpWlY/9EazWWFI=";
sha256 = "sha256-y7R9+YxkPWVEjcN8Czfp8UC47AAAt554XLo/nStoGLY=";
};
vendorHash = null;