about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/teamspeak
AgeCommit message (Collapse)AuthorFilesLines
2020-05-17teamspeak_client: 3.3.2 -> 3.5.3Luke Granger-Brown1-6/+6
This now requires Qt5WebSockets, so that's been added as a dependency now.
2020-04-12Merge pull request #84650 from Gerschtli/update/ts3Mario Rodas1-4/+27
teamspeak_server: 3.11.0 -> 3.12.1
2020-04-11teamspeak_server: add updateScriptTobias Happ1-1/+24
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-3/+3
2020-04-07teamspeak_server: 3.11.0 -> 3.12.1Tobias Happ1-3/+3
2020-03-03teamspeak_server: 3.10.2 -> 3.11.0R. RyanTM1-3/+3
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-1/+1
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2019-12-07teamspeak_server: 3.9.1 -> 3.10.2Tobias Happ1-7/+7
2019-09-28teamspeak_client: 3.3.0 -> 3.3.2Johannes Schleifenbaum1-3/+3
2019-09-25teamspeak-client: fix stuck buildFabian Möller1-3/+5
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-12Merge pull request #65422 from jojosch/teamspeak_server_3.9.1Marek Mahut1-8/+5
teamspeak_server: 3.8.0 -> 3.9.1
2019-07-28teamspeak_client: 3.1.10 -> 3.3.0Johannes Schleifenbaum1-7/+5
2019-07-26teamspeak_server: 3.8.0 -> 3.9.1Johannes Schleifenbaum1-8/+5
2019-07-21teamspeak: remove unnecessary makeWrapperJörg Thalheim1-9/+6
2019-07-21teamspeak_server: fix 32-bit checksumJörg Thalheim1-1/+1
2019-07-21teamspeak_server: add missing libstdc++Jörg Thalheim1-39/+15
Also convert to autoPatchelfHook.
2019-07-03teamspeak_server: 3.7.1 -> 3.8.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/teamspeak-server/versions
2019-04-07teamspeak_server: 3.6.1 -> 3.7.1 (#59116)Tobias Happ1-3/+3
2019-03-08teamspeak_server: 3.5.1 -> 3.6.1 (#56821)Tobias Happ1-3/+3
2019-01-24teamspeak_server: 3.5.0 -> 3.5.1Tobias Happ1-3/+3
2018-11-13teamspeak_server: 3.4.0 -> 3.5.0Tobias Happ1-3/+3
2018-10-13teamspeak_server: 3.3.0 -> 3.4.0Tobias Happ1-3/+3
2018-08-17teamspeak_server: 3.0.13.6 -> 3.3.0Tobias Happ1-4/+4
2018-06-20teamspeak_client: 3.1.8 -> 3.1.10Bastian Köcher1-3/+3
2018-05-27teamspeak_client: fix startupSymphorien Gibol1-1/+2
segfaults with qt5.10, downgrade to 5.9 tries to load its homegrown libqxcb.so which does not find some libs, use nixpkgs libqxcb.so instead.
2018-02-11teamspeak_client: restrict platforms to i686 & x86_64 linuxAndreas Rammhold1-1/+1
2018-02-10teamspeak_client: 3.1.7 -> 3.1.8Bastian Köcher1-3/+3
2018-01-05teamspeak_client: 3.1.6 -> 3.1.7Bastian Köcher1-3/+3
2017-09-18teamspeak_client: Adds missing dependencyBastian Köcher1-4/+4
2017-09-17teamspeak_client: 3.1.4 -> 3.1.6Bastian Köcher1-5/+5
2017-06-07teamspeak_server: 3.0.13.5 -> 3.0.13.6Duarte David1-3/+3
2017-06-07teamspeak_client: 3.0.19.4 -> 3.1.4Duarte David1-9/+9
2016-11-02teamspeak-server: 3.0.12.4 -> 3.0.13.5bamberino1-4/+4
Please validate.
2016-08-07teamspeak_client: 3.0.19.3 -> 3.0.19.4lukasepple1-3/+3
2016-07-17Merge pull request #17029 from nathanielbaxter/dev/teamspeak_clientJoachim F1-3/+3
teamspeak_client: 3.0.19.1 -> 3.0.19.3
2016-07-17teamspeak_client: 3.0.19.1 -> 3.0.19.3Nathaniel Baxter1-3/+3
2016-07-17teamspeak_client: specify a custom, nonfree licenseJoachim Fasting1-1/+5
The licensing terms depend on use [1], but the software is clearly nonfree. Previously, the package would happily build even with allowUnfree = false. [1]: http://sales.teamspeakusa.com/licensing.php
2016-05-12teamspeak-server: 3.0.10.3 -> 3.0.12.4, alsoAlexei Robyn1-12/+16
tsdnsserver binary now in output
2016-05-07teamspeak_client: 3.0.18.2 -> 3.0.19.1Nathaniel Baxter1-6/+7
2016-01-24teamspeak client: bump 3.0.18.1 -> 3.0.18.2Nathaniel Baxter1-6/+5
2015-12-20teamspeak_client: Qt 5 infrastructure updateThomas Tuegel1-2/+2
2015-10-13teamspeak_client: Fixed qt and quazip lib references.Nathaniel Baxter1-4/+5
2015-10-11teamspeak_client: 3.0.16 -> 3.0.18.1 (Added missing SHA update)Matthias Beyer1-2/+2
2015-10-11teamspeak_client: 3.0.16 -> 3.18.1Matthias Beyer1-5/+5
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát1-2/+2
This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
2015-07-24teamspeak_client: create .desktop fileNathaniel Baxter1-4/+26
2015-05-29Use libpulseaudio instead of pulseaudioWilliam A. Kennington III1-2/+2
2015-03-24qt5: make qt-5.4.1 defaultThomas Tuegel1-1/+1
2015-03-04orig-gcc -> orig-ccEelco Dolstra2-2/+2