ultrastardx: 2025.12.0 -> 2025.12.1 (#475374)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-30 20:14:00 +00:00
committed by GitHub
+2 -2
View File
@@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ultrastardx";
version = "2025.12.0";
version = "2025.12.1";
src = fetchFromGitHub {
owner = "UltraStar-Deluxe";
repo = "USDX";
rev = "v${version}";
hash = "sha256-t+sfDmZmZccFndlL+v3H3qyTLD5sCsYbWmwqYtC9jK0=";
hash = "sha256-NwYFsd15nUgEnzQaoZdp7Au1H1QrrpoZX8PmnQ9URVA=";
};
nativeBuildInputs = [