Update Geyser and Floodgate
This commit is contained in:
parent
5671f5f044
commit
09a909b60b
1 changed files with 4 additions and 4 deletions
|
@ -7,12 +7,12 @@ in {
|
||||||
jvmOpts = "-Xmx512M";
|
jvmOpts = "-Xmx512M";
|
||||||
symlinks = {
|
symlinks = {
|
||||||
"plugins/Geyser.jar" = builtins.fetchurl {
|
"plugins/Geyser.jar" = builtins.fetchurl {
|
||||||
url = "https://download.geysermc.org/v2/projects/geyser/versions/2.4.2/builds/660/downloads/velocity";
|
url = "https://download.geysermc.org/v2/projects/geyser/versions/2.6.1/builds/768/downloads/velocity";
|
||||||
sha256 = "09z938v6xrgbiba8rxgi7cdh3xxkv9fdampy15k6fmwddmj9y4a2";
|
sha256 = "1s8d2qzbnrkbng608a7yq915fp28w6zzvdp8wncf24fm8x0lqxhy";
|
||||||
};
|
};
|
||||||
"plugins/Floodgate.jar" = builtins.fetchurl {
|
"plugins/Floodgate.jar" = builtins.fetchurl {
|
||||||
url = "https://download.geysermc.org/v2/projects/floodgate/versions/2.2.3/builds/109/downloads/velocity";
|
url = "https://download.geysermc.org/v2/projects/floodgate/versions/2.2.4/builds/116/downloads/velocity";
|
||||||
sha256 = "1hxdf38qzpzdnyn2gn1152fyd54bi37i0ayc82dgcjf0qrcbmv0c";
|
sha256 = "0sinl47pdyc3zyi3jprjqh8ka754rz2r6gmyd27nq39qf31mbbvy";
|
||||||
};
|
};
|
||||||
"plugins/LuckPerms.jar" = builtins.fetchurl {
|
"plugins/LuckPerms.jar" = builtins.fetchurl {
|
||||||
url = "https://download.luckperms.net/1571/velocity/LuckPerms-Velocity-5.4.154.jar";
|
url = "https://download.luckperms.net/1571/velocity/LuckPerms-Velocity-5.4.154.jar";
|
||||||
|
|
Loading…
Add table
Reference in a new issue