v2ray-domain-list-community: 20230601044045 -> 20230614081211

Diff: 2023060104...2023061408
This commit is contained in:
Nick Cao 2023-06-16 21:09:12 +08:00
parent 4c8ca604ae
commit 2111ca11c1
No known key found for this signature in database

View file

@ -3,12 +3,12 @@
let
generator = pkgsBuildBuild.buildGoModule rec {
pname = "v2ray-domain-list-community";
version = "20230601044045";
version = "20230614081211";
src = fetchFromGitHub {
owner = "v2fly";
repo = "domain-list-community";
rev = version;
hash = "sha256-AVJinqMaVIxq6Tne1b5N6yuszLQ0sgmAtH+sd+sbInA=";
hash = "sha256-hNFp5vBnFD/vBL6+kYYUaquQanr53ZvvuFP2WYj+mDg=";
};
vendorHash = "sha256-lPOn296ngMCYdXoGNDG9okkLC5ryjKIL+UP98lyaKcg=";
meta = with lib; {