dolphin-emu: 2407 -> 2409

Diff: https://github.com/dolphin-emu/dolphin/compare/refs/tags/2407...2409
This commit is contained in:
Peder Bergebakken Sundt
2024-09-05 15:15:11 +02:00
parent b38a69d58d
commit 288c1b49af
@@ -50,17 +50,18 @@
, moltenvk
, OpenGL
, VideoToolbox
, xcbuild
}:
stdenv.mkDerivation (finalAttrs: {
pname = "dolphin-emu";
version = "2407";
version = "2409";
src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-8W4KyIj+rhDkWnQogjpzlEJVo3HJenfpWKimSyMGN7c=";
hash = "sha256-x4ZtV/5bwUjcmdYneG7n7uFVyPmYj0sD8TXEqsqbUFU=";
fetchSubmodules = true;
};
@@ -70,6 +71,8 @@ stdenv.mkDerivation (finalAttrs: {
cmake
pkg-config
wrapQtAppsHook
] ++ lib.optionals stdenv.isDarwin [
xcbuild # for plutil
];
buildInputs = [