diff --git a/hosts/hainich/services/minecraft.nix b/hosts/hainich/services/minecraft.nix index 0c20943..2e2c712 100644 --- a/hosts/hainich/services/minecraft.nix +++ b/hosts/hainich/services/minecraft.nix @@ -34,9 +34,9 @@ }; package = let - version = "16.5-558"; - url = "https://papermc.io/api/v2/projects/paper/versions/1.16.5/builds/558/downloads/paper-1.16.5-558.jar"; - sha256 = "24d00dbb162ff5d9aeda0d4969c8050c88ae1e9386c855a98a0f68017e4508e8"; + version = "16.5-562"; + url = "https://papermc.io/api/v2/projects/paper/versions/1.16.5/builds/562/downloads/paper-1.16.5-562.jar"; + sha256 = "6c9110cb096cf8015382c112c1cfaf61093fd41c807410b0f744bee5317a05fd"; in (pkgs.minecraft-server.overrideAttrs (old: rec { name = "minecraft-server-${version}"; inherit version;