v2ray-domain-list-community: 20240920063125 -> 20241013063848

Diff: https://github.com/v2fly/domain-list-community/compare/20240920063125...20241013063848
This commit is contained in:
Nick Cao
2024-10-15 18:53:36 -04:00
parent 6dcfaeb324
commit 06c59d979a
@@ -3,12 +3,12 @@
let
generator = pkgsBuildBuild.buildGoModule rec {
pname = "v2ray-domain-list-community";
version = "20240920063125";
version = "20241013063848";
src = fetchFromGitHub {
owner = "v2fly";
repo = "domain-list-community";
rev = version;
hash = "sha256-NNBC7Pd8mxPuC2LVmedZLtvsnw2LfbD+VEPwtTU5DQE=";
hash = "sha256-YFsz+fT2LPU4TakQ2V1PtETmnXI5r3qAaERAqM9mX5g=";
};
vendorHash = "sha256-NLh14rXRci4hgDkBJVJDIDvobndB7KYRKAX7UjyqSsg=";
meta = with lib; {