2022-11-15T15:24:46 ares 129 -> 130.1 https://github.com/ares-emulator/ares/releases 2022-11-15T15:24:49 attrpath: ares 2022-11-15T15:24:49 Checking auto update branch... 2022-11-15T15:24:49 No auto update branch exists 2022-11-15T15:24:50 Old version 129" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , pkg-config , wrapGAppsHook , SDL2 , alsa-lib , gtk3 , gtksourceview3 , libGL , libGLU , libX11 , libXv , libao , libpulseaudio , openal , udev }: stdenv.mkDerivation (finalAttrs: { pname = "ares"; version = "130.1"; src = fetchFromGitHub { owner = "ares-emulator"; repo = "ares"; rev = "v${finalAttrs.version}"; hash = "sha256-q2wDpbNaDyKPBL20FDaHScKQEJYstlQdJ4CzbRoSPlk="; }; patches = [ ./000-dont-rebuild-on-install.patch ./001-fix-ruby.patch ]; nativeBuildInputs = [ pkg-config wrapGAppsHook ]; buildInputs = [ SDL2 alsa-lib gtk3 gtksourceview3 libGL libGLU libX11 libXv libao libpulseaudio openal udev ]; enableParallelBuilding = true; makeFlags = [ "hiro=gtk3" "local=false" "openmp=true" "prefix=$(out)" "-C desktop-ui" ]; meta = with lib; { homepage = "https://ares-emu.net"; description = "Open-source multi-system emulator with a focus on accuracy and preservation"; license = licenses.isc; maintainers = with maintainers; [ Madouura AndersonTorres ]; platforms = platforms.linux; }; }) # TODO: select between Qt, GTK2 and GTK3 # TODO: support Darwin