ultrastardx: 2025.9.0 -> 2025.10.0 (#448534)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-04 14:50:31 +00:00
committed by GitHub
+2 -2
View File
@@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ultrastardx";
version = "2025.9.0";
version = "2025.10.0";
src = fetchFromGitHub {
owner = "UltraStar-Deluxe";
repo = "USDX";
rev = "v${version}";
hash = "sha256-SQqmcFchXaYNKzQHjBcisZTjAN9TTWuKXv657yWGghw=";
hash = "sha256-rJhPVq6rheAtPHkDi8zPb1OGKHP56rl7jG9sKVDEqUw=";
};
nativeBuildInputs = [