Skip to content

Commit

Permalink
corrected error in modpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniciusDMSantos committed Dec 24, 2024
1 parent cc24fac commit 48938a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/galapagos/services/minecraft-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
...
}: let
modpack = pkgs.fetchPackwizModpack rec {
version = "f014170b4538b9805a34155c860f7d836d2eefd4";
version = "949753cf85edc903ab777725cbcc215d1bc05f50";
url = "https://github.com/gelos-icmc/Icepack/raw/${version}/pack.toml";
packHash = "sha256-DPuDzECEExoXw0yj+fT8WTyrHQ4tJlKtnneEiNGDWJc=";
packHash = "sha256-NFFXw2Gy8gnq556GYhmFzEmtK8bzxHC/00in+ZwH6Tg=";
};

in {
Expand Down

0 comments on commit 48938a7

Please sign in to comment.