ultrastardx: 2025.8.0 -> 2025.9.0

This commit is contained in:
R. Ryantm
2025-09-06 08:37:16 +00:00
parent a50c9f77d2
commit 17394a75c8
+2 -2
View File
@@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ultrastardx";
version = "2025.8.0";
version = "2025.9.0";
src = fetchFromGitHub {
owner = "UltraStar-Deluxe";
repo = "USDX";
rev = "v${version}";
hash = "sha256-rliUJNhvbXbD+ELxwutCoQs6BO1DyJ8J/+mmYHPuvQE=";
hash = "sha256-SQqmcFchXaYNKzQHjBcisZTjAN9TTWuKXv657yWGghw=";
};
nativeBuildInputs = [