fix(go): use generic builder
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
f8baa5e95b
commit
5688547cb5
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
{
|
{
|
||||||
buildGo120Module,
|
buildGoModule,
|
||||||
curseforge-server-downloader-src,
|
curseforge-server-downloader-src,
|
||||||
lib,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
buildGo120Module {
|
buildGoModule {
|
||||||
pname = "curseforge-server-downloader";
|
pname = "curseforge-server-downloader";
|
||||||
version = "unstable";
|
version = "unstable";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue