Skip to content

Commit

Permalink
Merge pull request #54547 from Gerschtli/update/ts3-server
Browse files Browse the repository at this point in the history
teamspeak_server: 3.5.0 -> 3.5.1
  • Loading branch information
etu committed Jan 26, 2019
2 parents 4506266 + a3d9717 commit 5aecdfc
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, makeWrapper }:

let
version = "3.5.0";
version = "3.5.1";
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 "0zk7rbi6mvs2nnsjhv4aizl5ydiyr46ng2i3lr8r78gyb88nxmcv"
else "0nahsmcnykgchgv50jb22fin74sab1zl8gy6m6s8mjk570qlvzzm";
then "0ygb867ff2fvi9n9hgs4hldpg4y012w4i1d9cx4f5mpli1xim6da"
else "0g1cixsldpdbfzg2vain7h3hr5j3xjdngjw66r0aqnzbx743gjzj";
};

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 5aecdfc

Please sign in to comment.