Commit 029fc42b authored by R. RyanTM's avatar R. RyanTM
Browse files

ultrastardx: 2025.6.0 -> 2025.8.0

parent dc80fe1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "ultrastardx";
  version = "2025.6.0";
  version = "2025.8.0";

  src = fetchFromGitHub {
    owner = "UltraStar-Deluxe";
    repo = "USDX";
    rev = "v${version}";
    hash = "sha256-0M5z40DLZsw/MPjhxsXGwkJnd1dnV59UjR15UXQCChM=";
    hash = "sha256-rliUJNhvbXbD+ELxwutCoQs6BO1DyJ8J/+mmYHPuvQE=";
  };

  nativeBuildInputs = [