Skip to content

Commit

Permalink
osu-lazer{,-bin}: 2025.225.0 -> 2025.306.0 (#387715)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada authored Mar 8, 2025
2 parents f2b63c2 + dc28b97 commit 6b7deaa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/os/osu-lazer-bin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@

let
pname = "osu-lazer-bin";
version = "2025.225.0";
version = "2025.306.0";

src =
{
aarch64-darwin = fetchzip {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Apple.Silicon.zip";
hash = "sha256-8KwLHRaGOdlTcByGzQzD28rxPiHhQewFc8bOU3Wh2Ak=";
hash = "sha256-VbzHD7LQstBXmSIkDpue6kPGHEzFO+Fy22eLYj+rNcw=";
stripRoot = false;
};
x86_64-darwin = fetchzip {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip";
hash = "sha256-0CWRMB4JjC+uY1b2jMQsRuIcBNCKtcV27N9Q5uW4DFs=";
hash = "sha256-1KC0PnTMgN0GFhNYmlqfqWSVEpo8i+gb4nVHEwBMSS8=";
stripRoot = false;
};
x86_64-linux = fetchurl {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
hash = "sha256-detSX0/akBJE2bdTxUvUUlBMKswHPF1qg9tsWZ00zso=";
hash = "sha256-A9CWoTvByyNkULQ2abeVgiwAmSmyHx9IZqtHGS+bW6Y=";
};
}
.${stdenvNoCC.system} or (throw "osu-lazer-bin: ${stdenvNoCC.system} is unsupported.");
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/os/osu-lazer/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/by-name/os/osu-lazer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

buildDotnetModule rec {
pname = "osu-lazer";
version = "2025.225.0";
version = "2025.306.0";

src = fetchFromGitHub {
owner = "ppy";
repo = "osu";
tag = version;
hash = "sha256-iqIzspQn1W+Qd5lCkuVknog8I2BEBLdO46Pw+j0H1zc=";
hash = "sha256-SqPwVQGmtkaF/Mkcp4WnKRYNXSQD3+56XbNVw9ZMr+A=";
};

projectFile = "osu.Desktop/osu.Desktop.csproj";
Expand Down

0 comments on commit 6b7deaa

Please sign in to comment.