Unverified Commit 61db2e9a authored by Naïm Favier's avatar Naïm Favier Committed by GitHub
Browse files

Merge pull request #201802 from whentze/master

parents 42688c90 de4bf045
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

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

  src = fetchurl {
    url = "https://terraria.org/api/download/pc-dedicated-server/terraria-server-${urlVersion}.zip";
    sha256 = "sha256-4mM9+iE2HJnzoW4mvet3sy0mngQ62dxhxa1eDJxBGBo=";
    sha256 = "sha256-Mk+5s9OlkyTLXZYVT0+8Qcjy2Sb5uy2hcC8CML0biNY=";
  };

  buildInputs = [ file ];