Commit Graph

25 Commits

Author SHA1 Message Date
Andrew Kvalheim
c95f4961df minecraft-server: 1.21.1 -> 1.21.3
Change log:

  - [1.21.2](https://feedback.minecraft.net/hc/en-us/articles/31261174284557)
  - [1.21.3](https://feedback.minecraft.net/hc/en-us/articles/31289611893645)
2024-10-27 10:10:36 -07:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Joel Koen
5bcc4ada63
treewide: remove maintainer joelkoen 2024-08-23 09:46:20 +10:00
R. Ryantm
8c36d99af2 minecraft-server: 1.21 -> 1.21.1 2024-08-12 23:18:30 +00:00
Infinidoge
b2e9329b58
minecraft-servers: replace openjdk16 with openjdk17 2024-07-11 17:00:19 -04:00
Weijia Wang
f6d566f5d3 minecraft-server: restore darwin support 2024-06-26 23:34:01 +02:00
R. Ryantm
b4ca5685e4
minecraft-server: 1.20.6 -> 1.21 2024-06-14 20:11:13 +08:00
Guanran Wang
34e1e8943f
minecraft-server: add udev to LD_LIBRARY_PATH 2024-06-14 18:11:22 +08:00
R. Ryantm
d12a76414f minecraft-server: 1.20.5 -> 1.20.6 2024-05-13 04:13:27 +00:00
R. Ryantm
04ba4c8996 minecraft-server: 1.20.4 -> 1.20.5 2024-05-04 16:20:58 +02:00
Pascal Bach
f4d95eae1e minecraft-server: 1.20.2 -> 1.20.4 2023-12-09 14:21:21 +01:00
TimTechDev
b992e7a731
minecraft-server: 1.20.1 -> 1.20.2 2023-10-15 22:03:45 +02:00
jopejoe1
0f47d4b51c minecraft-server: 1.20 -> 1.20.1, 1.7.9 -> 1.7.10 2023-08-02 15:31:56 +02:00
jopejoe1
4c5ac0094f minecraft-server: fix update script
Fixes 1.7.9 being newer than 1.7.10
2023-08-02 15:30:35 +02:00
usertam
c9e39860d8
minecraft-server: 1.19.4 -> 1.20 2023-06-09 00:11:19 +08:00
R. Ryantm
7040280597 minecraft-server: 1.19.3 -> 1.19.4 2023-03-17 10:43:05 +00:00
Joel Koen
2c56763b58
maintainers: jyooru -> joelkoen 2023-01-15 14:14:19 +10:00
Robin Townsend
2fd67cb36d minecraft-server: 1.19.2 -> 1.19.3
https://www.minecraft.net/en-us/article/minecraft-java-edition-1-19-3
2022-12-08 13:12:30 -05:00
Robin Townsend
195d38508c minecraft-server: 1.19.1 -> 1.19.2
https://www.minecraft.net/en-us/article/minecraft-java-edition-1-19-2
2022-08-05 13:19:03 -04:00
Robin Townsend
3f273311ae minecraft-server: 1.19 -> 1.19.1 2022-07-27 22:25:44 -04:00
Robin Townsend
329b885e1e minecraft-server: 1.18.2 -> 1.19 2022-06-07 13:34:03 -04:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Robin Townsend
4f1f0f71d9 minecraft-server: 1.18.1 -> 1.18.2 2022-02-28 20:14:37 -05:00
Joel
56076698c2
minecraft-servers: fix update.py
Previously, running `nix-shell maintainers/scripts/update.nix --argstr package minecraft-server` caused `versions.json` to be placed in the repository root instead of `pkgs/games/minecraft-servers`.
2022-02-02 11:36:09 +10:00
Joel
b254d2b1fe minecraftServers: init - move all minecraft-server versions into minecraftServers 2022-01-15 21:58:16 -05:00