lol

Merge pull request #203862 from NickCao/v2ray-dlc

v2ray-domain-list-community: 20220921050909 -> 20221130032508

authored by

Bobby Rong and committed by
GitHub
38e591dd c49f0b22

+2 -2
+2 -2
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 = "20220921050909"; 6 + version = "20221130032508"; 7 7 src = fetchFromGitHub { 8 8 owner = "v2fly"; 9 9 repo = "domain-list-community"; 10 10 rev = version; 11 - sha256 = "sha256-ujslsVqUQ16LFdCwwKmY2SnoqNTRenI5cEreupt/6c4="; 11 + sha256 = "sha256-1UkP88HGh0KBYaekskeQHkJh02veUYmATKJD/wy4erc="; 12 12 }; 13 13 vendorSha256 = "sha256-CCY3CgjA1w4svzmkaI2Jt272Rrt5UOt5sbVDAWRRfzk="; 14 14 meta = with lib; {