Skip to content

Commit

Permalink
teamviewer: 11.0.52520 -> 11.0.53191
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Jan 14, 2016
1 parent e534896 commit a81b396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/teamviewer/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchurl, xdg_utils, pkgs, pkgsi686Linux }:

let
version = "11.0.52520";
version = "11.0.53191";

ld32 =
if stdenv.system == "i686-linux" then "${stdenv.cc}/nix-support/dynamic-linker"
Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation {
# 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 = "1430dimcv69plpj0ad0wsn10k15x9fwlk6fiq7yz51qbcr5l9wk6";
sha256 = "1yr4c7d6hymw7kvca2jqxzaz6rw5xr66iby77aknd0v4afh4yzz3";
};

unpackPhase = ''
Expand Down

0 comments on commit a81b396

Please sign in to comment.