v2ray-domain-list-community: 20250422055726 -> 20250430053132

Diff: https://github.com/v2fly/domain-list-community/compare/20250422055726...20250430053132
This commit is contained in:
Nick Cao
2025-05-01 17:01:59 -04:00
parent 7e929eea84
commit 71ef373e15
@@ -9,12 +9,12 @@
let
generator = pkgsBuildBuild.buildGoModule rec {
pname = "v2ray-domain-list-community";
version = "20250422055726";
version = "20250430053132";
src = fetchFromGitHub {
owner = "v2fly";
repo = "domain-list-community";
rev = version;
hash = "sha256-mKnZOvFHzUNndbLDY9c9RCxtQQaELrHB4iHMvwucgzE=";
hash = "sha256-Nc8ck9MfHi86052J0fUUePzNqVnD2ONlB5zKULH9y70=";
};
vendorHash = "sha256-NLh14rXRci4hgDkBJVJDIDvobndB7KYRKAX7UjyqSsg=";
meta = with lib; {