tailscale: unpin go

This commit is contained in:
Kirill Radzikhovskyy 2023-06-01 21:01:06 +10:00
parent e71821c40e
commit bb68d8fb11

View file

@ -26369,10 +26369,7 @@ with pkgs;
systemd-journal2gelf = callPackage ../tools/system/systemd-journal2gelf { };
tailscale = callPackage ../servers/tailscale {
# Version 1.38.1 requires Go >= 1.20
buildGoModule = buildGo120Module;
};
tailscale = callPackage ../servers/tailscale { };
tailscale-systray = callPackage ../applications/misc/tailscale-systray { };