ultrastardx: 2024.8.0 -> 2024.10.0 (#349747)

This commit is contained in:
Weijia Wang 2024-11-01 14:31:07 +01:00 committed by GitHub
commit 4a2b762c43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];