retroarchBare: 1.15.0 -> 1.16.0
This commit is contained in:
parent
3194eaa0a7
commit
f3dd058253
1 changed files with 2 additions and 6 deletions
|
@ -8,7 +8,6 @@
|
||||||
, alsa-lib
|
, alsa-lib
|
||||||
, dbus
|
, dbus
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, ffmpeg_4
|
, ffmpeg_4
|
||||||
, flac
|
, flac
|
||||||
, freetype
|
, freetype
|
||||||
|
@ -17,7 +16,6 @@
|
||||||
, libGL
|
, libGL
|
||||||
, libGLU
|
, libGLU
|
||||||
, libpulseaudio
|
, libpulseaudio
|
||||||
, libretro-core-info
|
|
||||||
, libv4l
|
, libv4l
|
||||||
, libX11
|
, libX11
|
||||||
, libXdmcp
|
, libXdmcp
|
||||||
|
@ -32,10 +30,8 @@
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python3
|
, python3
|
||||||
, qtbase
|
, qtbase
|
||||||
, retroarch-assets
|
|
||||||
, SDL2
|
, SDL2
|
||||||
, spirv-tools
|
, spirv-tools
|
||||||
, substituteAll
|
|
||||||
, udev
|
, udev
|
||||||
, vulkan-loader
|
, vulkan-loader
|
||||||
, wayland
|
, wayland
|
||||||
|
@ -50,12 +46,12 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "retroarch-bare";
|
pname = "retroarch-bare";
|
||||||
version = "1.15.0";
|
version = "1.16.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libretro";
|
owner = "libretro";
|
||||||
repo = "RetroArch";
|
repo = "RetroArch";
|
||||||
hash = "sha256-kJOR3p3fKqGM8a5rgDPkz43uuf5AtS5fVnvr3tJgWbc=";
|
hash = "sha256-aP3/IDs18Q32efFlp4XYDKpdoAm2+QwzhrMxmt3pSvE=";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue