Skip to content

Commit

Permalink
Merge pull request #201376 from whentze/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ncfavier authored Nov 15, 2022
2 parents ca82741 + d145c52 commit 3e1a3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/terraria-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "terraria-server";
version = "1.4.4.2";
version = "1.4.4.8.1";
urlVersion = lib.replaceChars [ "." ] [ "" ] version;

src = fetchurl {
url = "https://terraria.org/api/download/pc-dedicated-server/terraria-server-${urlVersion}.zip";
sha256 = "sha256-kRqLnrLuv9hgaGcOaTQmS7auozZcEZmXmE/qcD+wRWA=";
sha256 = "sha256-4mM9+iE2HJnzoW4mvet3sy0mngQ62dxhxa1eDJxBGBo=";
};

buildInputs = [ file ];
Expand Down

0 comments on commit 3e1a3aa

Please sign in to comment.