From c9d963c4e64fed7c13e91df86c31927ed0d48877 Mon Sep 17 00:00:00 2001 From: Cray Elliott Date: Sat, 3 Jan 2015 19:44:34 -0800 Subject: [PATCH] time for the monthly dolphinEmuMaster bump --- 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 1bb23911c86..83452b714b8 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-20141201"; + name = "dolphin-emu-20150103"; src = fetchgit { url = git://github.com/dolphin-emu/dolphin.git; - rev = "54f1e3a3c148d36e694d8bb08d282225bdcb3440"; - sha256 = "1i0ps3ayga6m4v0jyflv2x6rr3cjrym0laafjdslggqkk04b2vjp"; + rev = "03f716e651128a2da01f6afdd26545fafdd49971"; + sha256 = "01dq5552wpfn7dvfvdxxzfxn1z08abqwpm4gf33c081bhhbsyny6"; fetchSubmodules = false; }; @@ -30,6 +30,7 @@ stdenv.mkDerivation rec { homepage = http://dolphin-emu.org/; description = "Gamecube/Wii/Triforce emulator for x86_64 and ARM"; license = stdenv.lib.licenses.gpl2; + platforms = stdenv.lib.platforms.linux; maintainers = with stdenv.lib.maintainers; [ MP2E ]; # x86_32 is an unsupported platform. # Enable generic build if you really want a JIT-less binary.