Merge pull request #163201 from r-ryantm/auto-update/terraria-server

terraria-server: 1.4.3.2 -> 1.4.3.5
This commit is contained in:
markuskowa 2022-03-07 21:37:06 +01:00 committed by GitHub
commit 54da1bc692
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "terraria-server";
version = "1.4.3.2";
version = "1.4.3.5";
urlVersion = lib.replaceChars [ "." ] [ "" ] version;
src = fetchurl {
url = "https://terraria.org/api/download/pc-dedicated-server/terraria-server-${urlVersion}.zip";
sha256 = "sha256-/OClQTO9iBRQk3iTvYbjG1cCicKIBh+yi2OFpurJx8U=";
sha256 = "sha256-N1GnxEe0A6Wuzy08lL3CFPWjQJECGGf504FE+lnhDcw=";
};
buildInputs = [ file ];