Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 904e9ab04859
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2d6f84c1090a
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 2, 2019

  1. minecraft-server: 1.12.2 -> 1.13.2

    Update minecraft client to 1.13.2. The url is not as nice as before
    but it is the one provided by mojang. Adds 1_13_2, 1_13_1 as well.
    
    https://minecraft.net/en-us/download/server
    costrouc committed Feb 2, 2019
    Copy the full SHA
    9080b2e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. nixos/mincraft-server: refactor

     - allow for options to (added 2 options):
       - agree to eula (eula.txt) true/false will create symlink over
         existing eula.txt to `/nix/store/...`.
       - whitelist users (optional and will symlink over existing
         whitelist.json and create backup)
       - server.properties can be configured with the serverProperties
         option. If there is an existing server.properties it will
         copy it to a server.properties.old to keep the old
         one. server.properties MUST be writable thus symlinking is not
         an option.
      - all ports that are stated in `server.properties` are exposed
        properly in the firewall.
    
    (infinisil) nixos/minecraft-server: Fix, refactor and polish
    
    Adds an option `declarative` (defaulted to false), in order to stay
    (mostly) backwards compatible. The only thing that's not backwards
    compatible is that you now need to agree to the EULA on evaluation time,
    but that's guarded by an assertion and therefore doesn't need a release
    note.
    costrouc authored and infinisil committed Feb 3, 2019
    Copy the full SHA
    58c89ec View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Merge pull request #45412 from costrouc/costrouc/minecraft-server

    minecraft-server: 1.12.2 -> 1.13.2 + service refactor
    infinisil committed Feb 5, 2019
    Copy the full SHA
    2d6f84c View commit details
    Browse the repository at this point in the history