about summary refs log tree commit diff
path: root/pkgs/applications/emulators/dolphin-emu/default.nix
diff options
context:
space:
mode:
authorMartino Fontana <tinozzo123@tutanota.com>2023-05-21 12:59:32 +0200
committerMartino Fontana <tinozzo123@tutanota.com>2023-05-21 12:59:32 +0200
commit2277443bdcdbd5d66566e83796ff64126c52a364 (patch)
treea40ae5255cf52cc27307d4c076de597c1518120b /pkgs/applications/emulators/dolphin-emu/default.nix
parent2705a0a280dd885b99f13d15801d35d192271853 (diff)
dolphin-emu: 5.0-18498 -> 5.0-19368
Diffstat (limited to 'pkgs/applications/emulators/dolphin-emu/default.nix')
-rw-r--r--pkgs/applications/emulators/dolphin-emu/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/applications/emulators/dolphin-emu/default.nix b/pkgs/applications/emulators/dolphin-emu/default.nix
index 825340beee377..c341d2a587256 100644
--- a/pkgs/applications/emulators/dolphin-emu/default.nix
+++ b/pkgs/applications/emulators/dolphin-emu/default.nix
@@ -55,13 +55,13 @@
 
 stdenv.mkDerivation rec {
   pname = "dolphin-emu";
-  version = "5.0-18498";
+  version = "5.0-19368";
 
   src = fetchFromGitHub {
     owner = "dolphin-emu";
     repo = "dolphin";
-    rev = "46b99671d9158e0ca840c1d8ef249db0f321ced7";
-    sha256 = "sha256-K+OF8o8I1XDLQQcsWC8p8jUuWeb+RoHlBG3cEZ1aWIU=";
+    rev = "dadbeb4bae7e7fa23af2b46e0add4143094dc107";
+    sha256 = "sha256-XLtFn2liONPizvrKyySZx0mY7qC2fpwhAWaRZLlEzh8=";
     fetchSubmodules = true;
   };
 
@@ -101,7 +101,8 @@ stdenv.mkDerivation rec {
     libevdev
     libXext
     libXrandr
-    mgba # Derivation doesn't support Darwin
+    # FIXME: Remove comment on next mgba version
+    #mgba # Derivation doesn't support Darwin
     udev
     vulkan-loader
   ] ++ lib.optionals stdenv.isDarwin [
@@ -126,7 +127,7 @@ stdenv.mkDerivation rec {
     # Bundles the application folder into a standalone executable, so we cannot devendor libraries
     "-DSKIP_POSTPROCESS_BUNDLE=ON"
     # Needs xcode so compilation fails with it enabled. We would want the version to be fixed anyways.
-    # Note: The updater isn't available on linux, so we dont need to disable it there.
+    # Note: The updater isn't available on linux, so we don't need to disable it there.
     "-DENABLE_AUTOUPDATE=OFF"
   ];