about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-08-14 13:33:10 -0700
committerGitHub <noreply@github.com>2022-08-14 13:33:10 -0700
commitefe461ecb4991746f7eb43b3a5b0911872170748 (patch)
tree087b83c43cb542328b33f8ea699a1e847f64afb5 /pkgs/applications/emulators
parent4539e7b92f24ad1dd4bc80282d31d90b4d23dd5a (diff)
parent1c6697dec7b6d81b287ac67d4a79e122700c529b (diff)
Merge pull request #180608 from r-ryantm/auto-update/dolphin-emu-beta
dolphin-emu-beta: 5.0-16380 -> 5.0-16793
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/dolphin-emu/master.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/dolphin-emu/master.nix b/pkgs/applications/emulators/dolphin-emu/master.nix
index 63a638640800b..80b01962bc9c9 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-16380";
+  version = "5.0-16793";
 
   src = fetchFromGitHub {
     owner = "dolphin-emu";
     repo = "dolphin";
-    rev = "8335ec70e5fe253eb21509408ca6b5736ed57dfc";
-    sha256 = "sha256-WRQ3WfMTlIPoYrEFWLHL9KSfhzQl24AlkbWjh3a4fPE=";
+    rev = "3cd82b619388d0877436390093a6edc2319a6904";
+    sha256 = "sha256-0k+kmq/jkCy52wGcmvtwmnLxUfxk3k0mvsr5wfX8p30=";
     fetchSubmodules = true;
   };