ultrastardx: 2024.8.0 -> 2024.10.0

This commit is contained in:
R. Ryantm 2024-10-19 11:22:01 +00:00
parent fb0baa4a01
commit ba3b13a077

View File

@ -30,13 +30,13 @@ let
in stdenv.mkDerivation rec {
pname = "ultrastardx";
version = "2024.8.0";
version = "2024.10.0";
src = fetchFromGitHub {
owner = "UltraStar-Deluxe";
repo = "USDX";
rev = "v${version}";
hash = "sha256-eji8lMrZbKAMYTqUk9d8tBIKkH083fbh4s01M0mPLpM=";
hash = "sha256-X5LixPRAI7A8Ns3D2A24T05w0iHag1EJVqt0aW1ZBps=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];