Skip to content

Commit

Permalink
osu-lazer{,-bin}: 2024.1208.0 -> 2024.1219.2 (NixOS#366600)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada authored Dec 19, 2024
2 parents 4676d05 + 45c4bca commit 1bc7a71
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 = "2024.1208.0";
version = "2024.1219.2";

src =
{
aarch64-darwin = fetchzip {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Apple.Silicon.zip";
hash = "sha256-OgXKJ09OMqeD2ZdNBbEluEyR0bbBllprSAHaIXCtLSA=";
hash = "sha256-kzGerNcaop39zqv3+w5hkgLZzhH6PfCPhZfGk9f9/Z8=";
stripRoot = false;
};
x86_64-darwin = fetchzip {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip";
hash = "sha256-3W6F2ThYTOVKa9/zTA/6X0uMoPy1SYulIYfYw+D7FR8=";
hash = "sha256-kWcdynu3m8MehpNjkk10VN9/z8ixu/cZI9HuTY/79dk=";
stripRoot = false;
};
x86_64-linux = fetchurl {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
hash = "sha256-gRUr7jf0+Xbfz8FurPk/o7F67TYisdNySNzVWEMb1es=";
hash = "sha256-qNkuiDA4LiWqwpYFrBDvV5VoOwO6Ei8jHGIgVKSErdo=";
};
}
.${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 = "2024.1208.0";
version = "2024.1219.2";

src = fetchFromGitHub {
owner = "ppy";
repo = "osu";
tag = version;
hash = "sha256-cMPVtzoTxIUVZNNAqF+H0873ZsXGluFEXwNDp7zOq8c=";
hash = "sha256-uRaMVd3FH6094MxplLNG0JJnO+7s805TI0aeDN/rRVY=";
};

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

0 comments on commit 1bc7a71

Please sign in to comment.