osu-lazer: 2026.401.0 -> 2026.406.0

This commit is contained in:
Gutyina Gergő
2026-04-07 14:39:01 +00:00
parent ae5450a449
commit 66c2a56cb8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -631,8 +631,8 @@
},
{
"pname": "ppy.osu.Game.Resources",
"version": "2026.331.0",
"hash": "sha256-RsqGRsarnaTbVciOKZwhoWoeTpppXoNyJTIHOKmcvVg="
"version": "2026.404.0",
"hash": "sha256-ZMWNLcxY3WqfsYomDAQKBU7X179tkdMV1LdUk5jilxU="
},
{
"pname": "ppy.osuTK.NS20",
+2 -2
View File
@@ -22,13 +22,13 @@
buildDotnetModule rec {
pname = "osu-lazer";
version = "2026.401.0";
version = "2026.406.0";
src = fetchFromGitHub {
owner = "ppy";
repo = "osu";
tag = "${version}-lazer";
hash = "sha256-cdFHPM3mhiSGhyhSrZdFlgdzgaaCsM/t0IsiJvmZGOM=";
hash = "sha256-3Wg6BzMoP2BR5XAmdZgl3+Kt9YOFb+k3Qceh2hh9or8=";
};
projectFile = "osu.Desktop/osu.Desktop.csproj";