Unverified Commit f348d952 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

ultrastardx: 2025.1.0 -> 2025.2.0 (#378547)

parents 6ad32f49 3afa8bc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [