forked from mirrors/nixpkgs
terraria-server: 1.3.1.1 -> 1.3.5.3
This commit is contained in:
parent
859a96e494
commit
7656367fe6
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue