fix: finally fix gtnh server hash

This commit is contained in:
Katharina 2026-05-31 18:37:30 +02:00
parent 1e5aa86383
commit 0d4a6624f7

View file

@ -20,7 +20,7 @@ stdenvNoCC.mkDerivation {
src = fetchzip { src = fetchzip {
url = "https://downloads.gtnewhorizons.com/ServerPacks/GT_New_Horizons_2.8.4_Server_Java_17-25.zip"; url = "https://downloads.gtnewhorizons.com/ServerPacks/GT_New_Horizons_2.8.4_Server_Java_17-25.zip";
hash = "sha256-HH/Z3T6H3cDHFuPsxKSlJELGLL4Hc/5s2DZCxU+Txhs="; hash = "sha256-WgTv53dNuH9jZ3L4+STDB/ydRjkWd1iVU7Mzpsp/Pls=";
stripRoot = false; stripRoot = false;
}; };