summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/dolphin-emu
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@tutanota.com>2022-09-18 14:52:36 +0200
committerMartino Fontana <tinozzo123@tutanota.com>2022-09-18 14:52:36 +0200
commitd4339c0c884b721434d2dcb5b7d31fe73887cdb6 (patch)
tree6670d862de6830c48b9f00cd3d6335fd8a395bcf /pkgs/applications/emulators/dolphin-emu
parentaa59abf43bc1bc34d843172c8bccad99e049fc16 (diff)
dolphin-emu-beta: 5.0-16793 -> 5.0-17269
Diffstat (limited to 'pkgs/applications/emulators/dolphin-emu')
-rw-r--r--pkgs/applications/emulators/dolphin-emu/master.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/emulators/dolphin-emu/master.nix b/pkgs/applications/emulators/dolphin-emu/master.nix
index 80b01962bc9c..a5c6c4aa3aa9 100644
--- a/pkgs/applications/emulators/dolphin-emu/master.nix
+++ b/pkgs/applications/emulators/dolphin-emu/master.nix
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "dolphin-emu";
- version = "5.0-16793";
+ version = "5.0-17269";
src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
- rev = "3cd82b619388d0877436390093a6edc2319a6904";
- sha256 = "sha256-0k+kmq/jkCy52wGcmvtwmnLxUfxk3k0mvsr5wfX8p30=";
+ rev = "48c9c224cf9f82f0f9f2690b7cc6283d7448480c";
+ sha256 = "sha256-WC3jukRygZigLx987CzRmOmJ7DeS1atXrMzU98sRzEg=";
fetchSubmodules = true;
};
@@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DUSE_SHARED_ENET=ON"
- "-DENABLE_LTO=ON"
"-DDOLPHIN_WC_REVISION=${src.rev}"
"-DDOLPHIN_WC_DESCRIBE=${version}"
"-DDOLPHIN_WC_BRANCH=master"