diff --git a/hosts/hainich/services/minecraft.nix b/hosts/hainich/services/minecraft.nix index f2c790b..a6346ac 100644 --- a/hosts/hainich/services/minecraft.nix +++ b/hosts/hainich/services/minecraft.nix @@ -5,9 +5,9 @@ services.minecraft-server = { enable = true; package = let - version = "16.5-567"; - url = "https://papermc.io/api/v2/projects/paper/versions/1.16.5/builds/567/downloads/paper-1.16.5-567.jar"; - sha256 = "0193fgxabyzhvidf05lswpgajkq4a0c4n0hcpigqhhsir949yaia"; + 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"; in (pkgs.minecraft-server.overrideAttrs (old: rec { name = "minecraft-server-${version}"; inherit version;