minecraft: Fix forge server curl command
This commit is contained in:
parent
b7d0d7521c
commit
64057828cb
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue