diff --git a/overlays/osu-lazer.nix b/overlays/osu-lazer.nix index 2d92e18..10f20af 100644 --- a/overlays/osu-lazer.nix +++ b/overlays/osu-lazer.nix @@ -1,6 +1,6 @@ self: super: let - version = "2021.1006.1"; + version = "2021.1108.0"; in { osu-lazer = super.osu-lazer.overrideAttrs(old: { inherit version; diff --git a/overlays/patches/bypass-tamper-detection.patch b/overlays/patches/bypass-tamper-detection.patch index 8853de4..6f190f1 100644 --- a/overlays/patches/bypass-tamper-detection.patch +++ b/overlays/patches/bypass-tamper-detection.patch @@ -17,7 +17,7 @@ index e88acdd7dd9..80f35a4842e 100644 - // should eventually be handled in a better way. - VersionHash = $"{Version}-{RuntimeInfo.OS}".ComputeMD5Hash(); - } -+ VersionHash = "1face6bfb7aea5313020090f6bc9f2b6"; ++ VersionHash = "676d2cd666b400564742d994f9d0784b"; Resources.AddStore(new DllResourceStore(OsuResources.ResourceAssembly));