update modpack
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 1m21s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 1m21s
This commit is contained in:
parent
80fc0e0d83
commit
9df3f14e47
1 changed files with 2 additions and 2 deletions
|
|
@ -4,10 +4,10 @@
|
||||||
ram-allocation-mb = 12288;
|
ram-allocation-mb = 12288;
|
||||||
rcon-pass = "howdy";
|
rcon-pass = "howdy";
|
||||||
modpack = let
|
modpack = let
|
||||||
commit = "a22477190ee93aed8d1c33687f1824550f0712cf";
|
commit = "b128b9f93b365570ad650d9b6fea149c54b586c5";
|
||||||
path = if production then "commit/${commit}" else "branch/main";
|
path = if production then "commit/${commit}" else "branch/main";
|
||||||
in pkgs.fetchPackwizModpack {
|
in pkgs.fetchPackwizModpack {
|
||||||
packHash = "sha256-9bPnK3xohEcwrFc5LoXemIzQwQullJmuoJ8zjEoIV/U=";
|
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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue