teamviewer: 11.0.52520 -> 11.0.53191

wip/yesman
Nikolay Amiantov 9 years ago
parent e534896c7d
commit a81b396a2e
  1. 4
      pkgs/applications/networking/remote/teamviewer/default.nix

@ -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"
@ -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 = ''

Loading…
Cancel
Save