From 7731df0380aa40a536fb608f98baa0d73a319225 Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Sat, 13 Jul 2024 15:22:28 -0400
Subject: [PATCH] nullbox: Update notlite modpack

---
 hosts/nullbox/mcserver.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hosts/nullbox/mcserver.nix b/hosts/nullbox/mcserver.nix
index 8dcda60..130ccca 100644
--- a/hosts/nullbox/mcserver.nix
+++ b/hosts/nullbox/mcserver.nix
@@ -37,10 +37,10 @@ in
       dataDir = "/srv/mcserver";
       servers = let
         notlite-modpack = let
-          commit = "9e96ad3";
+          commit = "773337e";
         in pkgs.fetchPackwizModpack {
           url = "https://gitea.protogen.io/nullbite/notlite/raw/commit/${commit}/pack.toml";
-          packHash = "sha256-N3Pdlqte8OYz6wz3O/TSG75FMAV+XWAipqoXsYbcYDQ=";
+          packHash = "sha256-WU+5iRCI+7hyBn1KlxW6aOLRkiqKEcUbeGHb/mmlBY0=";
         };
 
         # hack to make quilt work. requires manual installation.