hainich/minecraft: update to paper 1.16.5-576
This commit is contained in:
parent
cfb0cd5013
commit
87b3518ebd
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue