update modpack
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 34s

This commit is contained in:
Satria 2026-07-07 13:53:30 +08:00
commit 0b4bc2569a

View file

@ -5,10 +5,10 @@
rcon-pass = "howdy"; rcon-pass = "howdy";
modpack = let modpack = let
useLatest = false; useLatest = false;
commit = "bf95d65e758963899f9d5a4eba6b589c50faffc9"; commit = "86bf13316ed1352a676d9056d284448ea5e5a079";
path = if !useLatest then "commit/${commit}" else "branch/main"; path = if !useLatest then "commit/${commit}" else "branch/main";
in pkgs.fetchPackwizModpack { in pkgs.fetchPackwizModpack {
packHash = "sha256-4AbpwvbzndeQC18sCKbWkIo8npQRHTftOJ69au3AjXc="; packHash = "";
url = "https://git.satr14.my.id/satr14/server-modpack/raw/${path}/pack.toml"; url = "https://git.satr14.my.id/satr14/server-modpack/raw/${path}/pack.toml";
}; };
in { in {