From 96ecf773846e880bde03a762b5f5c85c71f101c3 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 17 Mar 2026 15:46:53 -0400 Subject: homelab: update minecraft modpack --- nixos/modules/homelab/games/minecraft.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/homelab/games/minecraft.nix b/nixos/modules/homelab/games/minecraft.nix index 7aa620a..81ee193 100644 --- a/nixos/modules/homelab/games/minecraft.nix +++ b/nixos/modules/homelab/games/minecraft.nix @@ -25,7 +25,7 @@ in { services.minecraft-servers = let fantasy-modpack = pkgs.fetchPackwizModpack { url = "https://git.lucia.garden/fantasy-minecraft-modpack.git/plain/pack.toml"; - packHash = "sha256-UxL5gKBMHyRGGZzGeoo9jJ+sXXC6huqqp20mmaO0GPs="; + packHash = "sha256-oSvw+7C+VC4Ao0qvlRvtC2eL0Gqt+juoFE+57uuueCU="; }; in { -- cgit v1.2.3