hainich/minecraft: update to paper 1.16.5-583

keep-around/7c04319456948db7a7cdb35e8bde8a4f2cf362ea
schweby 2021-04-07 09:36:52 +02:00
parent 2112e6e40e
commit 7c04319456
No known key found for this signature in database
GPG Key ID: B880491D046E2F87
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@
services.minecraft-server = {
enable = true;
package = let
version = "1.16.5-576";
url = "https://papermc.io/api/v2/projects/paper/versions/1.16.5/builds/576/downloads/paper-1.16.5-576.jar";
sha256 = "03rz7hayj7404wr7a6cff43i30sdy3xhv270mw89l11a5sxll2ih";
version = "1.16.5-583";
url = "https://papermc.io/api/v2/projects/paper/versions/1.16.5/builds/583/downloads/paper-1.16.5-583.jar";
sha256 = "0xpj1bk55cp34xamr7zlnm02xqdh02kybz1w5x1x35kangwfipq4";
in (pkgs.minecraft-server.overrideAttrs (old: rec {
name = "minecraft-server-${version}";
inherit version;