1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-18 10:03:03 +00:00

osu-lazer-bin: 2024.1115.1 -> 2024.1115.2

This commit is contained in:
Guanran Wang 2024-11-16 12:03:45 +08:00
parent f9be2bbe3a
commit 62f944c482
No known key found for this signature in database
GPG key ID: 91F97D9ED12639CF

View file

@ -9,23 +9,23 @@
let
pname = "osu-lazer-bin";
version = "2024.1115.1";
version = "2024.1115.2";
src =
{
aarch64-darwin = fetchzip {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Apple.Silicon.zip";
hash = "sha256-3Njj44xtyAtYSn7jq/3FK8oWNWWzw1HN1vYNmUrTdNo=";
hash = "sha256-yfXhIBNc7GWN3rUHgaLU6tXxYfrqJ80u9rnhE+fXlfA=";
stripRoot = false;
};
x86_64-darwin = fetchzip {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip";
hash = "sha256-E+/nfmR4o0X4aGGhrYzCzQDgJE9yRHMxhV1seGqtyXs=";
hash = "sha256-P0ZXZEF8Zf62dTjjpTlMNJThkpfWed7LeZsc+6Unw+8=";
stripRoot = false;
};
x86_64-linux = fetchurl {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
hash = "sha256-mv+07g9HPMHO/f8Ot98fZbZHl/9UNfE8ctCzbDDcA3o=";
hash = "sha256-2H2SPcUm/H/0D9BqBiTFvaCwd0c14/r+oWhyeZdNpoU=";
};
}
.${stdenv.system} or (throw "osu-lazer-bin: ${stdenv.system} is unsupported.");