ultrastardx: 2024.5.1 -> 2024.8.0

This commit is contained in:
R. Ryantm 2024-08-04 17:22:49 +00:00
parent 54770984fc
commit f5338c6522

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