teamspeak_server: fix 32-bit checksum

This commit is contained in:
Jörg Thalheim 2019-07-21 15:15:02 +01:00
parent e4230452be
commit f75fdd5c77
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
];
sha256 = if stdenv.is64bit
then "1bzmqqqpwn6q2pvkrkkxq0ggs8crxbkwaxlggcdxjlyg95cyq8k1"
else "0s835dnaw662sb2v5ahqiwry0qjcpl7ff9krnhbw2iblsbqis3fj";
else "0p5rqwdsvbria5dzjjm5mj8vfy0zpfs669wpbwxd4g3n4vh03kyw";
};
nativeBuildInputs = [ makeWrapper autoPatchelfHook ];