Merge pull request #100747 from oxalica/osu-lazer

osu-lazer: 2020.925.0 -> 2020.1017.0
This commit is contained in:
Robert Hensing 2020-11-06 01:07:12 +01:00 committed by GitHub
commit c1cc245934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -13,13 +13,13 @@ let
in stdenv.mkDerivation rec {
pname = "osu-lazer";
version = "2020.925.0";
version = "2020.1017.0";
src = fetchFromGitHub {
owner = "ppy";
repo = "osu";
rev = version;
sha256 = "0838i3pdc1c44jm7mp86kvw5164w8f3faci73bzkq84g20ixwj2g";
sha256 = "0sz3l8cxi9vlryjd7cb86dh3gcanim2pvhag3cg5sslqzrrinp2v";
};
patches = [ ./bypass-tamper-detection.patch ];

View file

@ -586,8 +586,8 @@
})
(fetchNuGet {
name = "ppy.osu.Framework";
version = "2020.925.0";
sha256 = "1244fxm7x4rqi43kp6l98bsbjc2yvv7dmpbajdr9fapqm37fdbdj";
version = "2020.1009.0";
sha256 = "0mqx9wjp639k56f0cjlrk67mq7c4h4vlglvss93dnvbb20ljn54r";
})
(fetchNuGet {
name = "ppy.osu.Framework.NativeLibs";
@ -596,8 +596,8 @@
})
(fetchNuGet {
name = "ppy.osu.Game.Resources";
version = "2020.904.0";
sha256 = "0n0alpyxpf65mmnqidh044sh4nibsfj0m5n8hfmpjwq11wnpmbih";
version = "2020.1016.0";
sha256 = "1zsqmmlxbb2ncrlvha33cz0inbd6ijbcvxn0y0cysfkg7zb9iisy";
})
(fetchNuGet {
name = "ppy.osuTK.NS20";