Skip to content

Commit

Permalink
Merge pull request #330467 from PPHyperion/update/osu-lazer-2024.727.0
Browse files Browse the repository at this point in the history
osu-lazer{,-bin}: 2024.726.0 -> 2024.727.0
  • Loading branch information
thiagokokada authored Jul 27, 2024
2 parents daa0978 + cd4ec50 commit 1d72886
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pkgs/games/osu-lazer/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@

let
pname = "osu-lazer-bin";
version = "2024.726.0";
version = "2024.727.0";

src = {
aarch64-darwin = fetchzip {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Apple.Silicon.zip";
hash = "sha256-XsgKTBXfGFxbWyBdr/1BNP58p6VwMiTo3gblSkrilbY=";
hash = "sha256-yoNtCfL0wrwAUrwYTZLDsR7udUa82Jh1CIcgVQ8TBX4=";
stripRoot = false;
};
x86_64-darwin = fetchzip {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip";
hash = "sha256-eeLrbaS/IiwLaRymwpQrHVDirCWcUBmVLHxA/K4V2SM=";
hash = "sha256-rdRGwD9tDxZFR8Qbd1bVG/YsbuMGZAj0roA9vRO+wQE=";
stripRoot = false;
};
x86_64-linux = fetchurl {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
hash = "sha256-GhX0qSicoRbmHvtyAB37AGr2dWh4OCDJApi9RcUVzwY=";
hash = "sha256-wRahb7XvhdfP42iwyVsDGR8gFdsK9G8vDANS6Q3RySM=";
};
}.${stdenv.system} or (throw "${pname}-${version}: ${stdenv.system} is unsupported.");

Expand Down
4 changes: 2 additions & 2 deletions pkgs/games/osu-lazer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

buildDotnetModule rec {
pname = "osu-lazer";
version = "2024.726.0";
version = "2024.727.0";

src = fetchFromGitHub {
owner = "ppy";
repo = "osu";
rev = version;
hash = "sha256-SakrmL8Cx+r2C1cNV0ZARwsdC2D8saO1TibDJbAyzxI=";
hash = "sha256-pw1UkP3VktQ2xFTBOcFAOGQuAOF+uGiU7rZsxKBQ10w=";
};

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

0 comments on commit 1d72886

Please sign in to comment.