From ae413373ca79db797f39c023feaf9b6099eaa4f0 Mon Sep 17 00:00:00 2001 From: Cray Elliott Date: Sat, 4 Apr 2015 11:00:47 -0700 Subject: [PATCH] monthly bump of dolphinEmuMaster see dolphin's progress report if you want to know what is new! https://dolphin-emu.org/blog/2015/04/01/dolphin-progress-report-march-2015/ --- pkgs/misc/emulators/dolphin-emu/master.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/misc/emulators/dolphin-emu/master.nix b/pkgs/misc/emulators/dolphin-emu/master.nix index 1bc9f86766fd..640d8f4fe6c5 100644 --- a/pkgs/misc/emulators/dolphin-emu/master.nix +++ b/pkgs/misc/emulators/dolphin-emu/master.nix @@ -4,11 +4,11 @@ , pulseaudio ? null }: stdenv.mkDerivation rec { - name = "dolphin-emu-20150302"; + name = "dolphin-emu-20150403"; src = fetchgit { url = git://github.com/dolphin-emu/dolphin.git; - rev = "cd8c37bc0792a492b59976eba10a3e54e0ea2842"; - sha256 = "06cb89c97w86ffn2nls0jb69macd5lqz930fjyjjahk9njx164fv"; + rev = "38236fb8e8370f9f1ca1482ffa94b08c4595f2aa"; + sha256 = "14v86c042jz5adqk6ngqbzl5xna7m69i39y7q23s7h6ra75461yf"; fetchSubmodules = false; };