mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
teamviewer: Update download url
It seems the Teamviewer company has changed their download links.
This commit is contained in:
parent
6c843e1137
commit
1e77c1c6b0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user