dolphin-emu: 5.0-20347 -> 5.0-21088

This commit is contained in:
Martino Fontana 2024-02-10 20:13:25 +01:00
parent 442d407992
commit 300c85eac5

View file

@ -32,6 +32,7 @@
, pugixml , pugixml
, qtbase , qtbase
, qtsvg , qtsvg
, SDL2
, sfml , sfml
, udev , udev
, vulkan-loader , vulkan-loader
@ -57,13 +58,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dolphin-emu"; pname = "dolphin-emu";
version = "5.0-20347"; version = "5.0-21088";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dolphin-emu"; owner = "dolphin-emu";
repo = "dolphin"; repo = "dolphin";
rev = "dc0814ae4622313d513468bdc377ee9c031de199"; rev = "9240f579eab18a2f67eef23846a6b508393d0e6c";
hash = "sha256-s3mGwXkgdoLLfPEUVyjaqXb+a5KPKC3dhHIyKC2BF1w="; hash = "sha256-lOiDbEQZoi9Bsiyta/w+B1VXNNW4qST2cBZekqo5dDA=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -112,6 +113,7 @@ stdenv.mkDerivation rec {
pugixml pugixml
qtbase qtbase
qtsvg qtsvg
SDL2
sfml sfml
xxHash xxHash
xz # LibLZMA xz # LibLZMA