v2ray, v2ray-domain-list-community: switch to go_1_17, update vendorSha256
This commit is contained in:
parent
077f91ba25
commit
00d2701b97
@ -10,7 +10,7 @@ let
|
||||
rev = version;
|
||||
sha256 = "sha256-wDz4msCaX6BPzxrg5GeZSrMuxsCx8uimhaHghWdDp8s=";
|
||||
};
|
||||
vendorSha256 = "sha256-p0EPYOw3vuqHiVSrZR7SA7vE0DWA7xyupWM+JznjF+o=";
|
||||
vendorSha256 = "sha256-QUbnUnxG1tsNbR49HTl55aiLkBM/ae9mCtzWeN4Ju78=";
|
||||
meta = with lib; {
|
||||
description = "community managed domain list";
|
||||
homepage = "https://github.com/v2fly/domain-list-community";
|
||||
|
@ -12,7 +12,7 @@ let
|
||||
sha256 = "1yk02n2lllbcwqkz4f3l3d2df1w3m768zxvdawgmafjgmbqf0gjf";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-7zSIAKcMwtaTvokKuLJ8orqJc2jGuaw5FglEJadeZ9I=";
|
||||
vendorSha256 = "sha256-kTwISKPIFpb/OPh9rIzLH8a6mqpyDBJo2stSu5bc02Q=";
|
||||
|
||||
assetsDrv = symlinkJoin {
|
||||
name = "v2ray-assets";
|
||||
|
@ -10488,9 +10488,13 @@ with pkgs;
|
||||
|
||||
uwufetch = callPackage ../tools/misc/uwufetch { };
|
||||
|
||||
v2ray = callPackage ../tools/networking/v2ray { };
|
||||
v2ray = callPackage ../tools/networking/v2ray {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
v2ray-domain-list-community = callPackage ../data/misc/v2ray-domain-list-community { };
|
||||
v2ray-domain-list-community = callPackage ../data/misc/v2ray-domain-list-community {
|
||||
pkgsBuildBuild.buildGoModule = pkgsBuildBuild.buildGo117Module;
|
||||
};
|
||||
|
||||
v2ray-geoip = callPackage ../data/misc/v2ray-geoip { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user