v2ray-domain-list-community: 20231011001633 -> 20231015073627

Diff: 2023101100...2023101507
This commit is contained in:
Nick Cao 2023-10-16 21:58:18 -04:00
parent 10e0cf03ac
commit d21b7391a1
No known key found for this signature in database

View File

@ -3,12 +3,12 @@
let
generator = pkgsBuildBuild.buildGoModule rec {
pname = "v2ray-domain-list-community";
version = "20231011001633";
version = "20231015073627";
src = fetchFromGitHub {
owner = "v2fly";
repo = "domain-list-community";
rev = version;
hash = "sha256-dU/y4rLjdzTOBvewPKRLBlq+DBc8i6oJGk8LDxTtaiM=";
hash = "sha256-DffJ9d5ppTVLMTfITKd0zwCqBEKKMCwupLAFMr/o+dw=";
};
vendorHash = "sha256-dYaGR5ZBORANKAYuPAi9i+KQn2OAGDGTZxdyVjkcVi8=";
meta = with lib; {