wgcf: 2.2.14 -> 2.2.18

Diff: https://github.com/ViRb3/wgcf/compare/v2.2.14...v2.2.18
This commit is contained in:
Nick Cao 2023-06-21 20:55:11 +08:00
parent be0d864e8f
commit ae5c2a5ef8
No known key found for this signature in database

View File

@ -2,23 +2,23 @@
buildGoModule rec {
pname = "wgcf";
version = "2.2.14";
version = "2.2.18";
src = fetchFromGitHub {
owner = "ViRb3";
repo = pname;
rev = "v${version}";
hash = "sha256-6V4fIoFB0fuCEu1Rj8QWGDNdgystrD/gefjbshvxVsw=";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-MTh92TlMQeIMmysQLcdsz45JHGJdOyR4oABjJUPobfE=";
};
subPackages = ".";
vendorSha256 = "sha256-NGlV/qcnUlNLvt3uVRdfx+lUDgqAEBEowW9WIHBY+AI=";
vendorHash = "sha256-4VOjxGboYO00tJ17LNAYXiKQVUSUoveEYG/L+idYY6s=";
meta = with lib; {
description = "Cross-platform, unofficial CLI for Cloudflare Warp";
homepage = "https://github.com/ViRb3/wgcf";
license = licenses.mit;
homepage = "https://github.com/ViRb3/wgcf";
license = licenses.mit;
maintainers = with maintainers; [ yureien ];
};
}