v2ray-domain-list-community: 20231208065009 -> 20231219144426
Diff: 2023120806...2023121914
This commit is contained in:
parent
56dea89a36
commit
0c87d441d3
1 changed files with 3 additions and 3 deletions
|
@ -3,14 +3,14 @@
|
||||||
let
|
let
|
||||||
generator = pkgsBuildBuild.buildGoModule rec {
|
generator = pkgsBuildBuild.buildGoModule rec {
|
||||||
pname = "v2ray-domain-list-community";
|
pname = "v2ray-domain-list-community";
|
||||||
version = "20231208065009";
|
version = "20231219144426";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "v2fly";
|
owner = "v2fly";
|
||||||
repo = "domain-list-community";
|
repo = "domain-list-community";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Z5yUtkumr/JuKzq47QdPuHSJOSxD2XsK9sYE1hUhoyY=";
|
hash = "sha256-xiHQL4fyGcb0yY++aqwaaZ8spPINQwbhI/VIer2LOe0=";
|
||||||
};
|
};
|
||||||
vendorHash = "sha256-6167kRAC5m5FlBr7uk+qKUcjWsb45P5Vvovyb6hHSVQ=";
|
vendorHash = "sha256-azvMUi8eLNoNofRa2X4SKTTiMd6aOyO6H/rOiKjkpIY=";
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "community managed domain list";
|
description = "community managed domain list";
|
||||||
homepage = "https://github.com/v2fly/domain-list-community";
|
homepage = "https://github.com/v2fly/domain-list-community";
|
||||||
|
|
Loading…
Reference in a new issue