Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7bb74e653654
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 72c2c58356ea
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 10, 2019

  1. minecraft-server: remove 1.13.0 and 1.13.1

    It does not make sense to keep outdated minor versions
    
    (cherry picked from commit c7b36b7)
    angristan authored and NeQuissimus committed May 10, 2019
    Copy the full SHA
    72c2c58 View commit details
Showing with 0 additions and 14 deletions.
  1. +0 −12 pkgs/games/minecraft-server/default.nix
  2. +0 −2 pkgs/top-level/all-packages.nix
12 changes: 0 additions & 12 deletions pkgs/games/minecraft-server/default.nix
Original file line number Diff line number Diff line change
@@ -42,18 +42,6 @@ in {
sha256 = "13h8dxrrgqa1g6sd7aaw26779hcsqsyjm7xm0sknifn54lnamlzz";
};

minecraft-server_1_13_1 = common {
version = "1.13.1";
url = "https://launcher.mojang.com/mc/game/1.13.1/server/fe123682e9cb30031eae351764f653500b7396c9/server.jar";
sha256 = "1lak29b7dm0w1cmzjn9gyix6qkszwg8xgb20hci2ki2ifrz099if";
};

minecraft-server_1_13_0 = common {
version = "1.13.0";
url = "https://launcher.mojang.com/mc/game/1.13/server/d0caafb8438ebd206f99930cfaecfa6c9a13dca0/server.jar";
sha256 = "1fahqnylxzbvc0fdsqk0x15z40mcc5b7shrckab1qcsdj0kkjvz7";
};

minecraft-server_1_12_2 = common {
version = "1.12.2";
url = "https://s3.amazonaws.com/Minecraft.Download/versions/1.12.2/minecraft_server.1.12.2.jar";
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -20899,8 +20899,6 @@ in

inherit (callPackages ../games/minecraft-server { })
minecraft-server_1_13_2
minecraft-server_1_13_1
minecraft-server_1_13_0
minecraft-server_1_12_2;

moon-buggy = callPackage ../games/moon-buggy {};