osu-lazer: 2026.711.0 -> 2026.726.0

This commit is contained in:
Gutyina Gergő
2026-07-26 10:51:43 +00:00
parent ce1c1ae44d
commit 9dafa32bd4
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -616,8 +616,8 @@
},
{
"pname": "ppy.osu.Framework",
"version": "2026.629.0",
"hash": "sha256-fb2rmHin/5kCQ4klLvWXHZLnLg4RkrDFn024YIm13R0="
"version": "2026.724.0",
"hash": "sha256-4ZHcI6DdxrppWRGmPeI00MpWyEEZvoZzL4pDfBlT3GY="
},
{
"pname": "ppy.osu.Framework.NativeLibs",
+2 -2
View File
@@ -22,13 +22,13 @@
buildDotnetModule rec {
pname = "osu-lazer";
version = "2026.711.0";
version = "2026.726.0";
src = fetchFromGitHub {
owner = "ppy";
repo = "osu";
tag = "${version}-lazer";
hash = "sha256-hdrbbPl7ClNx73bsjoN5u4bEmvl/sdcjgFnZ/uxYbOk=";
hash = "sha256-5LA4BLbKqlUYEAQY+8LRvZkzOnTZ/UVqaALZzT/Ybxo=";
};
projectFile = "osu.Desktop/osu.Desktop.csproj";