summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/dolphin-emu
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2022-05-23 19:56:22 +0200
committerKonrad Borowski <konrad@borowski.pw>2022-05-23 19:56:22 +0200
commit94d38b8321805c569be447573004205a93b942ac (patch)
tree13d544890c917480d2643b03b1e0a59dc1f1e289 /pkgs/applications/emulators/dolphin-emu
parentd9c647d7d8b3c1989c28cbefdfca6680f820bd23 (diff)
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 8780975a84ad..6fbdb36ff4f9 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;
};