Skip to content

Commit

Permalink
Merge pull request #48313 from Gerschtli/update/ts3
Browse files Browse the repository at this point in the history
teamspeak_server: 3.3.0 -> 3.4.0
  • Loading branch information
timokau committed Oct 13, 2018
2 parents cd0c873 + 4283eca commit 6aef372
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, makeWrapper }:

let
version = "3.3.0";
version = "3.4.0";
arch = if stdenv.is64bit then "amd64" else "x86";
libDir = if stdenv.is64bit then "lib64" else "lib";
in
Expand All @@ -15,8 +15,8 @@ stdenv.mkDerivation {
"http://teamspeak.gameserver.gamed.de/ts3/releases/${version}/teamspeak3-server_linux_${arch}-${version}.tar.bz2"
];
sha256 = if stdenv.is64bit
then "1jv5c1br3ypxz8px7fl5rg75j0kfdg8mqasdk2gka6yvgf7qc97i"
else "0m889xl9iz3fmq7wyjjn42swprpspagbkn52a82nzkhgvagd45bz";
then "12wis5sbbx502g86irhi3g2gvpczbxzjw7z0lw9rk7jagplwhvkx"
else "01ajiqizy4f8niqipxccimvvsqlfypr4a28rwxk6zran7m1kjpp6";
};

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 6aef372

Please sign in to comment.