summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/dolphin-emu
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-08 02:05:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-08 02:05:13 +0000
commit1c6697dec7b6d81b287ac67d4a79e122700c529b (patch)
treebdafa60f7d68ba7833936899709057ef4a49e978 /pkgs/applications/emulators/dolphin-emu
parent2c63e2ed1e8aafd3d7b087cb56f5dbfa4c666847 (diff)
dolphin-emu-beta: 5.0-16380 -> 5.0-16793
Diffstat (limited to 'pkgs/applications/emulators/dolphin-emu')
-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 63a638640800..80b01962bc9c 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;
};