Skip to content

Commit

Permalink
terraria-server: 1.3.1.1 -> 1.3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Madouura authored and Mic92 committed Apr 9, 2018
1 parent d74b169 commit 61249b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/terraria-server/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 61249b5

Please sign in to comment.