From 53645035dd1087d826c1cbb76125ef932b31f774 Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 22 Nov 2024 18:25:27 -0500 Subject: [PATCH] Update notlite modpack --- overlays/modpacks.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/modpacks.nix b/overlays/modpacks.nix index 3c2dc59..4bc9fc5 100644 --- a/overlays/modpacks.nix +++ b/overlays/modpacks.nix @@ -3,8 +3,8 @@ let inherit (final) lib; inherit (lib) fakeHash; notlite = let - commit = "1e519c6bd8267cc84ca40fcecc6d2453fac81e1b"; - packHash = "sha256-rK+yuQ/wS0QWaPglFvljnkY0FJNgXwFd+SweZZDCHWw="; + commit = "7c82e4704528fefc91fde961a78602aeb8ca3599"; + packHash = "sha256-dLLO+UBg7oA5VMn10+jmzsDndyFFw2CV0QYIFtLiOxI="; in final.fetchPackwizModpack { url = "https://gitea.protogen.io/nullbite/notlite/raw/commit/${commit}/pack.toml"; inherit packHash;