From 802eb3b00d3eef8599d20565c5405f160e3dd08f Mon Sep 17 00:00:00 2001 From: Vinicius Santos <123326846+ViniciusDMSantos@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:25:50 -0300 Subject: [PATCH] add minecraft mods structure compass, mekanism generators, mekanism tools, and more (#25) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * atualização no modpack * correct hash --- hosts/galapagos/services/minecraft-server.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/galapagos/services/minecraft-server.nix b/hosts/galapagos/services/minecraft-server.nix index 7d16cbf..539ec6e 100644 --- a/hosts/galapagos/services/minecraft-server.nix +++ b/hosts/galapagos/services/minecraft-server.nix @@ -5,9 +5,9 @@ ... }: let modpack = pkgs.fetchPackwizModpack rec { - version = "5e4bf314b0356c0710f6d85a8fd5b6842cfd54f8"; + version = "949753cf85edc903ab777725cbcc215d1bc05f50"; url = "https://github.com/gelos-icmc/Icepack/raw/${version}/pack.toml"; - packHash = "sha256-qbnBdWFZZ7xzRCfq2LkJaF+U0BTU1RcoGucdrNyWS5M="; + packHash = "sha256-KZ5xu30Db749n6DTYhbEXJhPksDundxVlNx6KHl6DGM="; }; in {