Merge pull request #38503 from Chiiruno/submit/terraria-server

terraria-server: 1.3.1.1 -> 1.3.5.3
This commit is contained in:
Jörg Thalheim 2018-04-09 08:51:12 +01:00 committed by GitHub
commit 7578dde34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@ assert stdenv.system == "x86_64-linux";
stdenv.mkDerivation rec {
name = "terraria-server-${version}";
version = "1.3.1.1";
version = "1.3.5.3";
urlVersion = lib.replaceChars ["."] [""] version;
src = fetchurl {
url = "http://terraria.org/server/terraria-server-${urlVersion}.zip";
sha256 = "0bwh0na0dy6cjc1xchd5sp3c7av50q38hk03219dmqd72n9p44rq";
sha256 = "0l7j2n6ip4hxph7dfal7kzdm3dqnm1wba6zc94gafkh97wr35ck3";
};
buildInputs = [ file unzip ];