ultrastardx: 2025.1.0 -> 2025.2.0 (#378547)

This commit is contained in:
Wolfgang Walther
2025-02-09 16:55:41 +01:00
committed by GitHub

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 = [