ultrastardx: 2024.5.1 -> 2024.8.0 (#332302)

This commit is contained in:
Weijia Wang 2024-09-09 23:29:29 +02:00 committed by GitHub
commit 9842339ff6
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.5.1";
version = "2024.8.0";
src = fetchFromGitHub {
owner = "UltraStar-Deluxe";
repo = "USDX";
rev = "v${version}";
hash = "sha256-HtvKy3uQwIO2BiLUqIcv9crf9Ngq0dmYOm6E8Gm2EHs=";
hash = "sha256-eji8lMrZbKAMYTqUk9d8tBIKkH083fbh4s01M0mPLpM=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];