From c80266e25d091e33967187844d2e396b6723d72d Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 14 Jun 2026 08:15:36 +0700 Subject: [PATCH] update modpack s3.1 --- modules/system/homelab/mc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/homelab/mc.nix b/modules/system/homelab/mc.nix index 13e3ada..c0fe22f 100644 --- a/modules/system/homelab/mc.nix +++ b/modules/system/homelab/mc.nix @@ -3,10 +3,10 @@ ram-allocation-mb = 12288; rcon-pass = "howdy"; modpack = let - commit = "8523f89493ace13087eb68cd9fe3b5eb4f669440"; + commit = "6dc66117471b4f290e0d6776ac449d9f7f870c90"; path = if production then "commit/${commit}" else "branch/main"; in pkgs.fetchPackwizModpack { - packHash = "sha256-xB9Oc/aneogSQ9r7L42vyVM6xwq+QkoTaXYNuUzeo6M="; + packHash = ""; url = "https://git.satr14.my.id/satr14/server-modpack/raw/${path}/pack.toml"; };