From 430910ee2048a7340e54c209e49e391dcdac4e70 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 1 Dec 2024 21:02:49 -0500 Subject: [PATCH] Update modpack --- overlays/modpacks.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/modpacks.nix b/overlays/modpacks.nix index 4bc9fc5..ba9ef14 100644 --- a/overlays/modpacks.nix +++ b/overlays/modpacks.nix @@ -3,8 +3,8 @@ let inherit (final) lib; inherit (lib) fakeHash; notlite = let - commit = "7c82e4704528fefc91fde961a78602aeb8ca3599"; - packHash = "sha256-dLLO+UBg7oA5VMn10+jmzsDndyFFw2CV0QYIFtLiOxI="; + commit = "0e42bfbc6189db5848252d7dc7a638103d9d44ee"; + packHash = "sha256-X9a7htRhJcSRXu4uDvzSjdjCyWg+x7Dqws9pIlQtl6A="; in final.fetchPackwizModpack { url = "https://gitea.protogen.io/nullbite/notlite/raw/commit/${commit}/pack.toml"; inherit packHash;