From 0b4bc2569aea4e145cba9b1079b8e2344e895faa Mon Sep 17 00:00:00 2001 From: satr14 Date: Tue, 7 Jul 2026 13:53:30 +0800 Subject: [PATCH] update modpack --- modules/system/homelab/mc/mc0-vanilla-plus.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/homelab/mc/mc0-vanilla-plus.nix b/modules/system/homelab/mc/mc0-vanilla-plus.nix index 2b93dd4..52b9608 100644 --- a/modules/system/homelab/mc/mc0-vanilla-plus.nix +++ b/modules/system/homelab/mc/mc0-vanilla-plus.nix @@ -5,10 +5,10 @@ rcon-pass = "howdy"; modpack = let useLatest = false; - commit = "bf95d65e758963899f9d5a4eba6b589c50faffc9"; + commit = "86bf13316ed1352a676d9056d284448ea5e5a079"; path = if !useLatest then "commit/${commit}" else "branch/main"; in pkgs.fetchPackwizModpack { - packHash = "sha256-4AbpwvbzndeQC18sCKbWkIo8npQRHTftOJ69au3AjXc="; + packHash = ""; url = "https://git.satr14.my.id/satr14/server-modpack/raw/${path}/pack.toml"; }; in {