minecraft: Fix forge server curl command

pull/52/head
Tristan Daniël Maat 2021-08-24 00:31:35 +01:00
parent b7d0d7521c
commit 64057828cb
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ let
mirror = "https://files.minecraftforge.net/maven/net/minecraftforge/forge";
src = fetchurl {
url = "${mirror}/${version}/forge-${version}-installer.jar";
curlOpts = "--globoff";
# Forge doesn't seem to like newer shas
sha1 = "e97821e5431bdcaa46e12048769922e2cdb5e2e1";
};