mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
teamviewer: Update download url
It seems the Teamviewer company has changed their download links.
(cherry picked from commit 1e77c1c6b0)
This commit is contained in:
committed by
Bjørn Forsman
parent
255bc4fd2d
commit
c505ebf777
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user