Skip to content

Commit

Permalink
Merge pull request #33690 from srhb/backport-32232
Browse files Browse the repository at this point in the history
Backport: teamviewer: 12.0.76279 -> 12.0.85001
  • Loading branch information
srhb committed Jan 10, 2018
2 parents 360089b + 5075935 commit ae54250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/remote/teamviewer/default.nix
Expand Up @@ -16,13 +16,13 @@ in

stdenv.mkDerivation rec {
name = "teamviewer-${version}";
version = "12.0.76279";
version = "12.0.85001";

src = fetchurl {
# There is a 64-bit package, but it has no differences apart from Debian dependencies.
# Generic versioned packages (teamviewer_${version}_i386.tar.xz) are not available for some reason.
url = "http://download.teamviewer.com/download/teamviewer_${version}_i386.deb";
sha256 = "15yhx66zxbjk0x3dpfg39gb1f2ajcp9kbp4zi58bfnvby277jl00";
url = "https://dl.tvcdn.de/download/version_12x/teamviewer_${version}_i386.deb";
sha256 = "01vzky22gisjxa4ihaygkb7jwhl4z9ldd9lli8fc863nxxbrawks";
};

unpackPhase = ''
Expand Down

0 comments on commit ae54250

Please sign in to comment.