Skip to content

Commit

Permalink
teamspeak_server: 3.6.1 -> 3.7.1 (#59116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli authored and xeji committed Apr 7, 2019
1 parent d36e8e7 commit 686f5f9
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, makeWrapper }:

let
version = "3.6.1";
version = "3.7.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 "0wgnb7fdy393anridymm1frlgr86j0awxnzvd498ar5fch06ij87"
else "0x6p1z4qvgy464n6gnkaqrm7dns1ysyadm68sr260d39a7028q1c";
then "1w60241zsvr8d1qlkca6a1sfxa1jz4w1z9kjd0wd2wkgzp4x91v7"
else "0s835dnaw662sb2v5ahqiwry0qjcpl7ff9krnhbw2iblsbqis3fj";
};

buildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 686f5f9

Please sign in to comment.