v2ray-domain-list-community: 20220528180904 -> 20220624025859

This commit is contained in:
Nick Cao 2022-06-24 16:34:52 +08:00
parent 63f99a9fd8
commit 5525e6a202
No known key found for this signature in database
GPG Key ID: 068A56CEF48FA2C1

View File

@ -3,12 +3,12 @@
let
generator = pkgsBuildBuild.buildGoModule rec {
pname = "v2ray-domain-list-community";
version = "20220528180904";
version = "20220624025859";
src = fetchFromGitHub {
owner = "v2fly";
repo = "domain-list-community";
rev = version;
sha256 = "sha256-j1Q7B/U0OADOcgJRJ269Jx9Z5dmmT4T2eaOHeGmUjmc=";
sha256 = "sha256-/4wfTtRsBzOCbx3I3H28tB935xDZPPwHOFFmjiV7kEI=";
};
vendorSha256 = "sha256-Igx8yGWWVmVEogvbrosaK13LVs+ZZuYLBNji7iSfzdo=";
meta = with lib; {