summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorCray Elliott <MP2E@archlinux.us>2015-01-03 19:44:34 -0800
committerCray Elliott <MP2E@archlinux.us>2015-01-03 19:44:34 -0800
commitc9d963c4e64fed7c13e91df86c31927ed0d48877 (patch)
tree6a9e32a6ace58b44bd98c25675c9dc3960cdbc8c /pkgs
parente0a6beef87b92ec0f3d931edc62f8525a4946758 (diff)
downloadnixlib-c9d963c4e64fed7c13e91df86c31927ed0d48877.tar
nixlib-c9d963c4e64fed7c13e91df86c31927ed0d48877.tar.gz
nixlib-c9d963c4e64fed7c13e91df86c31927ed0d48877.tar.bz2
nixlib-c9d963c4e64fed7c13e91df86c31927ed0d48877.tar.lz
nixlib-c9d963c4e64fed7c13e91df86c31927ed0d48877.tar.xz
nixlib-c9d963c4e64fed7c13e91df86c31927ed0d48877.tar.zst
nixlib-c9d963c4e64fed7c13e91df86c31927ed0d48877.zip
time for the monthly dolphinEmuMaster bump
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/misc/emulators/dolphin-emu/master.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/dolphin-emu/master.nix b/pkgs/misc/emulators/dolphin-emu/master.nix
index 1bb23911c86d..83452b714b8c 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.