From 817ebe24ab3c070ff1c127dcc6f2e9e1692e0d86 Mon Sep 17 00:00:00 2001 From: Cray Elliott Date: Fri, 3 Oct 2014 00:08:23 -0700 Subject: [PATCH] Update dolphinEmuMaster The plan at this point is to update dolphinEmuMaster every month in tanden with the latest development report on the dolphin-emu.org blog. Closes #4374 --- pkgs/misc/emulators/dolphin-emu/master.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/misc/emulators/dolphin-emu/master.nix b/pkgs/misc/emulators/dolphin-emu/master.nix index 4823d41d1ac..cf7cd541690 100644 --- a/pkgs/misc/emulators/dolphin-emu/master.nix +++ b/pkgs/misc/emulators/dolphin-emu/master.nix @@ -4,11 +4,12 @@ , pulseaudio ? null }: stdenv.mkDerivation rec { - name = "dolphin-emu-20140902"; + name = "dolphin-emu-20141002"; src = fetchgit { url = git://github.com/dolphin-emu/dolphin.git; - rev = "cc6db8cf26c1508ae382912bc25e64aaf12e0543"; - sha256 = "17pc4kk1v0p1llc12ifih02j2klfjz29qh8nhz5lapb0a1wr6lb3"; + rev = "ed7f0739ae31c07c31d013964986c549317aba6e"; + sha256 = "01qwlkh3c0ij97zycq0v4kclxmnlbwcc1bmvjzl4cbczhxbbx4hk"; + fetchSubmodules = false; }; cmakeFlags = ''