teamviewer: Update download url

It seems the Teamviewer company has changed their download links.

(cherry picked from commit 1e77c1c6b0)
This commit is contained in:
Yann Büchau
2024-10-10 16:12:22 +02:00
committed by Bjørn Forsman
parent 255bc4fd2d
commit c505ebf777

View File

@@ -30,7 +30,7 @@ mkDerivation rec {
src =
let
base_url = "https://dl.tvcdn.de/download/linux/version_${lib.versions.major version}x";
base_url = "https://dl.teamviewer.com/download/linux/version_${lib.versions.major version}x";
in
{
x86_64-linux = fetchurl {