fufexan / nix-gaming

Gaming on Nix
MIT License
580 stars 55 forks source link

osu-lazer-bin build failure #218

Closed spitulax closed 1 week ago

spitulax commented 1 week ago

The same error as #212 and #215.

error: builder for '/nix/store/6lg6ml9n82fpkwk3rznlm12csnkiiv10-osu.AppImage.drv' failed with exit code 1;
       last 7 log lines:
       >
       > trying https://github.com/ppy/osu/releases/download/2024.1104.0/osu.AppImage
       >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
       >                                  Dload  Upload   Total   Spent    Left  Speed
       >   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
       > curl: (22) The requested URL returned error: 404
       > error: cannot download osu.AppImage from any mirror
       For full logs, run 'nix log /nix/store/6lg6ml9n82fpkwk3rznlm12csnkiiv10-osu.AppImage.drv'.
fufexan commented 1 week ago

Should be fixed by 58ba2cb.

rszyma commented 1 week ago

doesn't work too:

osu.AppImage> trying https://github.com/ppy/osu/releases/download/2024.1023.0/osu.AppImage
osu.AppImage>   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
osu.AppImage>                                  Dload  Upload   Total   Spent    Left  Speed
osu.AppImage>   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
osu.AppImage> curl: (22) The requested URL returned error: 404
osu.AppImage> error: cannot download osu.AppImage from any mirror

58ba2cbad8ffa91b426716d9425b41d701f379aa reverted osu version to 2024.1023.0, which was taken down too. The latest version currently is 2024.1009.1

fufexan commented 1 week ago

Check now.