Merge pull request #312694 from r-ryantm/auto-update/ultrastardx

ultrastardx: 2024.3.0 -> 2024.5.1
This commit is contained in:
Weijia Wang 2024-06-02 17:30:14 +02:00 committed by GitHub
commit 4675490a4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,13 +31,13 @@ let
in stdenv.mkDerivation rec {
pname = "ultrastardx";
version = "2024.3.0";
version = "2024.5.1";
src = fetchFromGitHub {
owner = "UltraStar-Deluxe";
repo = "USDX";
rev = "v${version}";
hash = "sha256-0+7PMSnQoNu6tcR9MB6b94fWlMRvH10ySUhdSicWU8U=";
hash = "sha256-HtvKy3uQwIO2BiLUqIcv9crf9Ngq0dmYOm6E8Gm2EHs=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];