v2ray-domain-list-community: 20240402003241 -> 20240410101316

Diff: 2024040200...2024041010
This commit is contained in:
Nick Cao 2024-04-14 21:37:36 -04:00
parent c5b6949790
commit 20c7020faa
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
let
generator = pkgsBuildBuild.buildGoModule rec {
pname = "v2ray-domain-list-community";
version = "20240402003241";
version = "20240410101316";
src = fetchFromGitHub {
owner = "v2fly";
repo = "domain-list-community";
rev = version;
hash = "sha256-tIQqTvrQUGjLeZL1aQiqaViZSAysUfX+QlTkhH7N3Iw=";
hash = "sha256-llj1z9fIzELeIIhyW6dmAl8Z/0DtZq3tkMrfwSJkZbE=";
};
vendorHash = "sha256-azvMUi8eLNoNofRa2X4SKTTiMd6aOyO6H/rOiKjkpIY=";
meta = with lib; {