ultrastardx: 2024.10.0 -> 2025.1.0

This commit is contained in:
R. Ryantm
2025-01-05 15:19:59 +00:00
parent d86ae899d2
commit 45f276b257
+2 -2
View File
@@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ultrastardx";
version = "2024.10.0";
version = "2025.1.0";
src = fetchFromGitHub {
owner = "UltraStar-Deluxe";
repo = "USDX";
rev = "v${version}";
hash = "sha256-X5LixPRAI7A8Ns3D2A24T05w0iHag1EJVqt0aW1ZBps=";
hash = "sha256-8/qFzPP3Gw9YAGsnyI+wJUP3Jo8UoZkihRgYg4P5MVo=";
};
nativeBuildInputs = [