v2ray: pin to go 1.15

This commit is contained in:
zowoq
2021-02-20 08:09:42 +10:00
parent 2b45d708e5
commit 657835178f
+3 -1
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 {};