ultrastardx: 2024.3.0 -> 2024.5.1

This commit is contained in:
R. Ryantm 2024-05-18 15:46:45 +00:00
parent 1814b56453
commit e2e1ceb529

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