lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #312926 from NickCao/v2ray-domain-list-community

v2ray-domain-list-community: 20240426060244 -> 20240508170917

authored by

Nick Cao and committed by
GitHub
eda049bc fa7d943c

+3 -3
+3 -3
pkgs/data/misc/v2ray-domain-list-community/default.nix
··· 3 3 let 4 4 generator = pkgsBuildBuild.buildGoModule rec { 5 5 pname = "v2ray-domain-list-community"; 6 - version = "20240426060244"; 6 + version = "20240508170917"; 7 7 src = fetchFromGitHub { 8 8 owner = "v2fly"; 9 9 repo = "domain-list-community"; 10 10 rev = version; 11 - hash = "sha256-DkZcqjYwXRNlRnfwbRZL6zlkYL9kig3cZ5H6LEzakeY="; 11 + hash = "sha256-fxiKd4bnEqUsqiBkU6EiMe8dd1uaopqU52CgclDFiuI="; 12 12 }; 13 - vendorHash = "sha256-azvMUi8eLNoNofRa2X4SKTTiMd6aOyO6H/rOiKjkpIY="; 13 + vendorHash = "sha256-NLh14rXRci4hgDkBJVJDIDvobndB7KYRKAX7UjyqSsg="; 14 14 meta = with lib; { 15 15 description = "community managed domain list"; 16 16 homepage = "https://github.com/v2fly/domain-list-community";