summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-03-17 15:46:53 -0400
committertriethyl <triethylammonium@pm.me>2026-03-17 15:46:53 -0400
commit96ecf773846e880bde03a762b5f5c85c71f101c3 (patch)
treeac3812f5e44fb90367512a6aae5a97c6011bf9d6 /nixos
parentfe945a81ff05012dd70ce65d26797060e9a05418 (diff)
homelab: update minecraft modpack
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/homelab/games/minecraft.nix2
1 files changed, 1 insertions, 1 deletions
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 {