v2ray-domain-list-community: 20250216152937 -> 20250227085631

Diff: https://github.com/v2fly/domain-list-community/compare/20250216152937...20250227085631
This commit is contained in:
Nick Cao
2025-03-01 15:01:23 -05:00
parent 3f22849c95
commit 098deeff67
@@ -9,12 +9,12 @@
let
generator = pkgsBuildBuild.buildGoModule rec {
pname = "v2ray-domain-list-community";
version = "20250216152937";
version = "20250227085631";
src = fetchFromGitHub {
owner = "v2fly";
repo = "domain-list-community";
rev = version;
hash = "sha256-VmICKm6G5evY1X9jnFD4Ip9BFuFMGqOB5aoIDYcGqJQ=";
hash = "sha256-JzcEtUNxdbItblu2jVeFlBzEpZbMu+JejuX1EK1c2io=";
};
vendorHash = "sha256-NLh14rXRci4hgDkBJVJDIDvobndB7KYRKAX7UjyqSsg=";
meta = with lib; {