teamviewer: Update download url

It seems the Teamviewer company has changed their download links.
This commit is contained in:
Yann Büchau 2024-10-10 16:12:22 +02:00
parent 6c843e1137
commit 1e77c1c6b0
No known key found for this signature in database
GPG Key ID: 08E472451E1F9E32

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 {