mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
teamviewer: 11.0.52520 -> 11.0.53191
This commit is contained in:
parent
e534896c7d
commit
a81b396a2e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue