From e175f927b3e4f895362c0b5de2a24ed79f18a3d0 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Wed, 25 Mar 2026 00:27:36 +0100 Subject: [PATCH] Add it properly this time --- nix-system-configs/modules/system/minecraft.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/minecraft.nix b/nix-system-configs/modules/system/minecraft.nix index 4dd6b95..7bcd67e 100644 --- a/nix-system-configs/modules/system/minecraft.nix +++ b/nix-system-configs/modules/system/minecraft.nix @@ -231,7 +231,7 @@ in { }; GeyserMC = pkgs.fetchurl { - url = "https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/fabric"; + url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/D3WN7yr6/geyser-fabric-Geyser-Fabric-2.9.5-b1103.jar"; sha512 = "5cd7bfd350c179e7201563a33f255fbe096b01997a3678321560c887df5df5da5b9ea58450d7b491eb0027c5947e5445da6199d2e665e6caf25152a395d04075"; };