v2ray: pin to go 1.15

This commit is contained in:
zowoq 2021-02-17 13:29:35 +10:00
parent 2b45d708e5
commit 657835178f

View file

@ -8667,7 +8667,9 @@ in
uwsgi = callPackage ../servers/uwsgi { };
v2ray = callPackage ../tools/networking/v2ray { };
v2ray = callPackage ../tools/networking/v2ray {
buildGoModule = buildGo115Module;
};
vacuum = callPackage ../applications/networking/instant-messengers/vacuum {};