mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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;
|
rev = version;
|
||||||
sha256 = "sha256-wDz4msCaX6BPzxrg5GeZSrMuxsCx8uimhaHghWdDp8s=";
|
sha256 = "sha256-wDz4msCaX6BPzxrg5GeZSrMuxsCx8uimhaHghWdDp8s=";
|
||||||
};
|
};
|
||||||
vendorSha256 = "sha256-p0EPYOw3vuqHiVSrZR7SA7vE0DWA7xyupWM+JznjF+o=";
|
vendorSha256 = "sha256-QUbnUnxG1tsNbR49HTl55aiLkBM/ae9mCtzWeN4Ju78=";
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "community managed domain list";
|
description = "community managed domain list";
|
||||||
homepage = "https://github.com/v2fly/domain-list-community";
|
homepage = "https://github.com/v2fly/domain-list-community";
|
||||||
|
@ -12,7 +12,7 @@ let
|
|||||||
sha256 = "1yk02n2lllbcwqkz4f3l3d2df1w3m768zxvdawgmafjgmbqf0gjf";
|
sha256 = "1yk02n2lllbcwqkz4f3l3d2df1w3m768zxvdawgmafjgmbqf0gjf";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-7zSIAKcMwtaTvokKuLJ8orqJc2jGuaw5FglEJadeZ9I=";
|
vendorSha256 = "sha256-kTwISKPIFpb/OPh9rIzLH8a6mqpyDBJo2stSu5bc02Q=";
|
||||||
|
|
||||||
assetsDrv = symlinkJoin {
|
assetsDrv = symlinkJoin {
|
||||||
name = "v2ray-assets";
|
name = "v2ray-assets";
|
||||||
|
@ -10488,9 +10488,13 @@ with pkgs;
|
|||||||
|
|
||||||
uwufetch = callPackage ../tools/misc/uwufetch { };
|
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 { };
|
v2ray-geoip = callPackage ../data/misc/v2ray-geoip { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user