about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-01-14 13:55:50 +0300
committerNikolay Amiantov <ab@fmap.me>2016-01-14 13:56:21 +0300
commita81b396a2ef082f51eb7fb63ca24353c289682d8 (patch)
tree17a0b299f608298949829ad9ba03c9714b1f996a /pkgs/applications/networking/remote
parente534896c7d46cc4d03b46ed685ff4b672451e2cb (diff)
downloadnixlib-a81b396a2ef082f51eb7fb63ca24353c289682d8.tar
nixlib-a81b396a2ef082f51eb7fb63ca24353c289682d8.tar.gz
nixlib-a81b396a2ef082f51eb7fb63ca24353c289682d8.tar.bz2
nixlib-a81b396a2ef082f51eb7fb63ca24353c289682d8.tar.lz
nixlib-a81b396a2ef082f51eb7fb63ca24353c289682d8.tar.xz
nixlib-a81b396a2ef082f51eb7fb63ca24353c289682d8.tar.zst
nixlib-a81b396a2ef082f51eb7fb63ca24353c289682d8.zip
teamviewer: 11.0.52520 -> 11.0.53191
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/teamviewer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/teamviewer/default.nix b/pkgs/applications/networking/remote/teamviewer/default.nix
index 2c70d44570cf..dd947d86daf8 100644
--- a/pkgs/applications/networking/remote/teamviewer/default.nix
+++ b/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 = ''