Commit graph

25 commits

Author SHA1 Message Date
TomaSajt b80c7a7358
terraria-server: add mainProgram and small refactor 2023-08-22 23:17:43 +02:00
Tim Häring 52038c0d01
terraria-server: add dependency
would not build without libgcc, complaining with

> error: auto-patchelf could not satisfy dependency libgcc_s.so.1 wanted by /nix/store/khj3cwb417ldhfn28zx28665x1ljh5x1-terraria-server-1.4.4.9/Linux/TerrariaServer.bin.x86_64
2023-05-18 13:32:32 +02:00
Artturin 05a2dfd674 lib.replaceChars: warn about being a deprecated alias
replaceStrings has been in nix since 2015(nix 1.10)

so it is safe to remove the fallback

d6d5885c15
2022-12-15 22:25:51 +02:00
Wanja Hentze de4bf04522
terraria-server: 1.4.4.8.1 -> 1.4.4.9 2022-11-18 21:27:28 +01:00
Wanja Hentze d145c5222b
terraria-server: 1.4.4.2 -> 1.4.4.8.1 2022-11-15 22:39:29 +01:00
R. Ryantm 86d941c4f4 terraria-server: 1.4.3.6 -> 1.4.4.2 2022-10-01 02:32:53 +00:00
R. Ryantm e5c209d965 terraria-server: 1.4.3.5 -> 1.4.3.6 2022-03-15 11:00:32 +00:00
R. Ryantm 9b4a029461 terraria-server: 1.4.3.2 -> 1.4.3.5 2022-03-07 20:03:12 +00:00
R. Ryantm a50a23e119 terraria-server: 1.4.2.3 -> 1.4.3.2 2022-01-01 01:32:33 +00:00
Naïm Favier da23d345f2
terraria-server: update source URL (#132801)
The old URL redirects to the main page.
2021-08-06 01:54:49 -04:00
greaka 4e9bd87f5a
terraria-server: 1.4.2.2 -> 1.4.2.3 2021-05-27 19:34:05 +02:00
Marat ad96c7eb13 terraria-server: 1.4.1.2 -> 1.4.2.2 2021-05-14 13:25:29 +04:00
Ben Siraphob 127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Philipp Kern 990ddd4968 terraria-server: 1.4.0.5 -> 1.4.1.2 2020-11-14 22:44:35 +01:00
Samuel Hernandez 8c7b509897
terraria-server: 1.4.0.4 -> 1.4.0.5 2020-06-09 00:30:09 -04:00
Samuel Hernandez 1bd0eec436
terraria-server: 1.4.0.3 -> 1.4.0.4 2020-05-23 15:12:58 -04:00
Janne Heß 466fb98bcd
terraria-server: 1.3.5.3 -> 1.4.0.3
Also use autoPatchelfHook and nixfmt it
2020-05-21 19:35:57 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Matthew Bauer 143978a477 treewide: remove platform assertions
linux: readd assertion
2018-05-03 13:09:20 -05:00
Okina Matara 7656367fe6 terraria-server: 1.3.1.1 -> 1.3.5.3 2018-04-06 02:39:51 -05:00
Paul Hendry 486b8e7f5c Add Terraria server service (#16832) 2016-08-07 03:58:38 +02:00
Paul Hendry 54f636371a terraria-server: 1.3.0.8 -> 1.3.1.1 2016-06-04 14:34:53 -07:00
System administrator 6d3a89f6da terraria-server: add dedicated server version 1308 for Linux x86_64
fix

fix

limit to 64bit linux
2015-12-15 12:56:30 +01:00