From 796a08f879312bc286ad9b16462c8b418c3c6508 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Wed, 21 Aug 2024 18:48:19 -0300 Subject: [PATCH] minecraft: point to the modpack in the git release --- services/minecraft/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/minecraft/default.nix b/services/minecraft/default.nix index 1ddf6dd..d9a033e 100644 --- a/services/minecraft/default.nix +++ b/services/minecraft/default.nix @@ -2,8 +2,8 @@ let modpack = pkgs.fetchPackwizModpack { - url = "http://files.thewizard.link/minecraft/pack.toml"; - packHash = "sha256-oBCLVNLaBwF7Nv1PMEzNmzSv6khcRIOLfOX9chZPI+Y="; + url = "https://git.thewizard.link/wizardlink/silly-pack/raw/tag/1.0.6/pack.toml"; + packHash = "sha256-u61XXRrKheicyOaI+0Y/GnovgjL4vEwbnjqjAF5L/+g="; }; in {