about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/teamspeak
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2020-05-10 20:02:19 +0100
committerLuke Granger-Brown <git@lukegb.com>2020-05-17 00:56:10 +0100
commit029d3b3fa4509bdb9a8d792542fcb97dfd5cfb3b (patch)
tree88b4ec9825886e27fc3e7d41735f4e37b7cbbd9b /pkgs/applications/networking/instant-messengers/teamspeak
parentb47873026c7e356a340d0e1de7789d4e8428ac66 (diff)
downloadnixlib-029d3b3fa4509bdb9a8d792542fcb97dfd5cfb3b.tar
nixlib-029d3b3fa4509bdb9a8d792542fcb97dfd5cfb3b.tar.gz
nixlib-029d3b3fa4509bdb9a8d792542fcb97dfd5cfb3b.tar.bz2
nixlib-029d3b3fa4509bdb9a8d792542fcb97dfd5cfb3b.tar.lz
nixlib-029d3b3fa4509bdb9a8d792542fcb97dfd5cfb3b.tar.xz
nixlib-029d3b3fa4509bdb9a8d792542fcb97dfd5cfb3b.tar.zst
nixlib-029d3b3fa4509bdb9a8d792542fcb97dfd5cfb3b.zip
teamspeak_client: 3.3.2 -> 3.5.3
This now requires Qt5WebSockets, so that's been added as a dependency now.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/teamspeak')
-rw-r--r--pkgs/applications/networking/instant-messengers/teamspeak/client.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/networking/instant-messengers/teamspeak/client.nix b/pkgs/applications/networking/instant-messengers/teamspeak/client.nix
index b9835f45d27e..7d2586c67081 100644
--- a/pkgs/applications/networking/instant-messengers/teamspeak/client.nix
+++ b/pkgs/applications/networking/instant-messengers/teamspeak/client.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, makeWrapper, makeDesktopItem, zlib, glib, libpng, freetype, openssl
-, xorg, fontconfig, qtbase, qtwebengine, qtwebchannel, qtsvg, xkeyboard_config, alsaLib
-, libpulseaudio ? null, libredirect, quazip, which, unzip, llvmPackages, writeShellScriptBin
+, xorg, fontconfig, qtbase, qtwebengine, qtwebchannel, qtsvg, qtwebsockets, xkeyboard_config
+, alsaLib, libpulseaudio ? null, libredirect, quazip, which, unzip, llvmPackages, writeShellScriptBin
 }:
 
 let
@@ -13,7 +13,7 @@ let
     [ zlib glib libpng freetype xorg.libSM xorg.libICE xorg.libXrender openssl
       xorg.libXrandr xorg.libXfixes xorg.libXcursor xorg.libXinerama
       xorg.libxcb fontconfig xorg.libXext xorg.libX11 alsaLib qtbase qtwebengine qtwebchannel qtsvg
-      libpulseaudio quazip llvmPackages.libcxx llvmPackages.libcxxabi
+      qtwebsockets libpulseaudio quazip llvmPackages.libcxx llvmPackages.libcxxabi
     ];
 
   desktopItem = makeDesktopItem {
@@ -33,13 +33,13 @@ in
 stdenv.mkDerivation rec {
   pname = "teamspeak-client";
 
-  version = "3.3.2";
+  version = "3.5.3";
 
   src = fetchurl {
     url = "https://files.teamspeak-services.com/releases/client/${version}/TeamSpeak3-Client-linux_${arch}-${version}.run";
     sha256 = if stdenv.is64bit
-                then "1n916ds67dxj5bfgc5zm9nz2xh2914k85pzzspzvfyr7njcw7hpi"
-                else "0csl5xklcb4v8bzwvby5m2n38zjrnaw8dcvha7qvfbjllxr75yn2";
+                then "0fp9v2rkxf0zgvf3wcx8nsmf93bzdc22xlqxk3r8cb0415adp76a"
+                else "0ni7hijprc8xygyz41568f1m9wwhl8lk5c3q28bm9m5r6qym39l6";
   };
 
   # grab the plugin sdk for the desktop icon