v2ray-domain-list-community: 20230320093818 -> 20230407083123

Diff: 2023032009...2023040708
This commit is contained in:
Nick Cao 2023-04-08 15:23:10 +08:00
parent e52b753d2c
commit 9db789fd83
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 = "20230320093818";
version = "20230407083123";
src = fetchFromGitHub {
owner = "v2fly";
repo = "domain-list-community";
rev = version;
hash = "sha256-KEA3hsrlDs+GpxBrc6CeNwoyXvu1OBJJ8UaB6iwFyyg=";
hash = "sha256-+TOZR8ty4BqjPpzKZtqzfgduRSf4PiHoUUx0eMkV0mk=";
};
vendorHash = "sha256-zkf2neI1HiPkCrcw+cYoZ2L/OGkM8HPIv5gUqc05Wak=";
meta = with lib; {