This commit is contained in:
parent
02caf6655d
commit
0b4bc2569a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue