ultrastardx: 2025.1.0 -> 2025.2.0

This commit is contained in:
R. Ryantm
2025-02-01 13:38:12 +00:00
parent 247b802773
commit 3afa8bc0b9
+2 -2
View File
@@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ultrastardx";
version = "2025.1.0";
version = "2025.2.0";
src = fetchFromGitHub {
owner = "UltraStar-Deluxe";
repo = "USDX";
rev = "v${version}";
hash = "sha256-8/qFzPP3Gw9YAGsnyI+wJUP3Jo8UoZkihRgYg4P5MVo=";
hash = "sha256-qYM57ooqVAOUDDhBWEpk2q0Z14WE+8LdqdHFpgfzooY=";
};
nativeBuildInputs = [