mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +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 =
|
src =
|
||||||
let
|
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
|
in
|
||||||
{
|
{
|
||||||
x86_64-linux = fetchurl {
|
x86_64-linux = fetchurl {
|
||||||
|
Loading…
Reference in New Issue
Block a user