v2ray-domain-list-community: 20250227085631 -> 20250302153845 (#386623)

authored by Nick Cao and committed by GitHub dcff1334 0b791963

+2 -2
+2 -2
pkgs/by-name/v2/v2ray-domain-list-community/package.nix
··· 9 9 let 10 10 generator = pkgsBuildBuild.buildGoModule rec { 11 11 pname = "v2ray-domain-list-community"; 12 - version = "20250227085631"; 12 + version = "20250302153845"; 13 13 src = fetchFromGitHub { 14 14 owner = "v2fly"; 15 15 repo = "domain-list-community"; 16 16 rev = version; 17 - hash = "sha256-JzcEtUNxdbItblu2jVeFlBzEpZbMu+JejuX1EK1c2io="; 17 + hash = "sha256-j2e3NJOIs50NZqaJ76zKjxrrxDwkb0n6XJP9XmZLXlE="; 18 18 }; 19 19 vendorHash = "sha256-NLh14rXRci4hgDkBJVJDIDvobndB7KYRKAX7UjyqSsg="; 20 20 meta = with lib; {