summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/dolphin-emu
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-05-28 19:11:22 +0800
committerGitHub <noreply@github.com>2022-05-28 19:11:22 +0800
commita849e2c89ee4fc3dd6cf367c2837a7dcbf179773 (patch)
tree850104d4ac792d55f6801e5638ca9e81e66fd1a0 /pkgs/applications/emulators/dolphin-emu
parentde8bbe40984eff631933e775054c0fb924b19547 (diff)
parent94d38b8321805c569be447573004205a93b942ac (diff)
Merge pull request #174158 from xfix/dolphin-5.0-16380
dolphin-emu-beta: 5.0-16101 -> 5.0-16380
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 ad71e598f9bd..1455b01f4c9c 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-16101";
+ version = "5.0-16380";
src = fetchFromGitHub {
owner = "dolphin-emu";
repo = "dolphin";
- rev = "8ecfa537a242de74d2e372e30d9d79b14584b2fb";
- sha256 = "3jLGVzTDzEtHWvIb9DFTbJiA9dE9Pm14vYER998Zln0=";
+ rev = "8335ec70e5fe253eb21509408ca6b5736ed57dfc";
+ sha256 = "sha256-WRQ3WfMTlIPoYrEFWLHL9KSfhzQl24AlkbWjh3a4fPE=";
fetchSubmodules = true;
};