Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minecraft-server: 1.16.3 -> 1.16.4 #102519

Merged
merged 1 commit into from Nov 3, 2020
Merged

minecraft-server: 1.16.3 -> 1.16.4 #102519

merged 1 commit into from Nov 3, 2020

Conversation

mdlayher
Copy link
Member

@mdlayher mdlayher commented Nov 2, 2020

Motivation for this change

New Minecraft server release. Used update script to perform the update.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Update script run:

[matt@servnerr-3:~/src/nixpkgs/pkgs/games/minecraft-server]$ ./update.sh 
these paths will be fetched (1.06 MiB download, 4.22 MiB unpacked):
  /nix/store/0qbx1glbcvdsr1nxb2rkfp05rifvslia-libssh2-1.9.0-dev
  /nix/store/2hkxrg8xzcpckixpszfvgbifgjdcjz4g-common-updater-scripts
  /nix/store/333six1faw9bhccsx9qw5718k6b1wiq2-stdenv-linux
  /nix/store/4smsd9i84s5dmnvp1i89mfafxhmjxh3r-nghttp2-1.41.0
  /nix/store/8ndl9ija1bc4j5ybvagvygpdwiiclgy9-nghttp2-1.41.0-bin
  /nix/store/9m978hhby7pzdhwaq5pir0b05hy11jmv-jq-1.6-dev
  /nix/store/apvjbfi8b3rwh41b3c67rlx4g7gfrija-curl-7.72.0-dev
  /nix/store/cvm6h1j9dcayp47glqfxpx7bjzfkdn2p-libev-4.33
  /nix/store/kmvs83cihlf7vp28yjfrldizkynpb4iy-libkrb5-1.18-dev
  /nix/store/mkr9vr7zsw5hzbp37kw52b1x1r7hvh9s-c-ares-1.15.0
  /nix/store/rlknkw60sngvky1rkrdws0qik3scjcln-bash-interactive-4.4-p23-dev
  /nix/store/yc2npbij60jxn3fvdys5pyvnjb1wasa6-zlib-1.2.11-dev
  /nix/store/yclz0jqjz72fwgbmdydp4gdi1kcf334k-nghttp2-1.41.0-dev
copying path '/nix/store/rlknkw60sngvky1rkrdws0qik3scjcln-bash-interactive-4.4-p23-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/2hkxrg8xzcpckixpszfvgbifgjdcjz4g-common-updater-scripts' from 'https://cache.nixos.org'...
copying path '/nix/store/9m978hhby7pzdhwaq5pir0b05hy11jmv-jq-1.6-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/4smsd9i84s5dmnvp1i89mfafxhmjxh3r-nghttp2-1.41.0' from 'https://cache.nixos.org'...
copying path '/nix/store/333six1faw9bhccsx9qw5718k6b1wiq2-stdenv-linux' from 'https://cache.nixos.org'...
copying path '/nix/store/kmvs83cihlf7vp28yjfrldizkynpb4iy-libkrb5-1.18-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/0qbx1glbcvdsr1nxb2rkfp05rifvslia-libssh2-1.9.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/yc2npbij60jxn3fvdys5pyvnjb1wasa6-zlib-1.2.11-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/mkr9vr7zsw5hzbp37kw52b1x1r7hvh9s-c-ares-1.15.0' from 'https://cache.nixos.org'...
copying path '/nix/store/cvm6h1j9dcayp47glqfxpx7bjzfkdn2p-libev-4.33' from 'https://cache.nixos.org'...
copying path '/nix/store/8ndl9ija1bc4j5ybvagvygpdwiiclgy9-nghttp2-1.41.0-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/yclz0jqjz72fwgbmdydp4gdi1kcf334k-nghttp2-1.41.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/apvjbfi8b3rwh41b3c67rlx4g7gfrija-curl-7.72.0-dev' from 'https://cache.nixos.org'...
"1.16.4": "https://launcher.mojang.com/v1/objects/35139deedbd5182953cf1caa23835da59ca3d7cd/server.jar":"35139deedbd5182953cf1caa23835da59ca3d7cd"

Signed-off-by: Matt Layher <mdlayher@gmail.com>
@mdlayher
Copy link
Member Author

mdlayher commented Nov 2, 2020

@GrahamcOfBorg build minecraft-server

@mdlayher
Copy link
Member Author

mdlayher commented Nov 2, 2020

/cc @Avaq who did the last couple of updates.

@tomberek
Copy link
Contributor

tomberek commented Nov 2, 2020

Result of nixpkgs-review pr 102519 1

1 package built:
  • minecraft-server

@thoughtpolice thoughtpolice merged commit 11e090f into NixOS:master Nov 3, 2020
@mdlayher mdlayher deleted the mdl-minecraft branch November 3, 2020 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants