time for the monthly dolphinEmuMaster bump

This commit is contained in:
Cray Elliott 2015-01-03 19:44:34 -08:00
parent e0a6beef87
commit c9d963c4e6

View file

@ -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.