summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorCray Elliott <MP2E@archlinux.us>2014-10-03 00:08:23 -0700
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-03 20:30:28 +0100
commit817ebe24ab3c070ff1c127dcc6f2e9e1692e0d86 (patch)
treeba2dfd12822c83ccb3c6cd623820f0876d44f1af /pkgs
parent4353e5380b189ca700bad8045832c82614c9483c (diff)
downloadnixpkgs-817ebe24ab3c070ff1c127dcc6f2e9e1692e0d86.tar
nixpkgs-817ebe24ab3c070ff1c127dcc6f2e9e1692e0d86.tar.gz
nixpkgs-817ebe24ab3c070ff1c127dcc6f2e9e1692e0d86.tar.bz2
nixpkgs-817ebe24ab3c070ff1c127dcc6f2e9e1692e0d86.tar.lz
nixpkgs-817ebe24ab3c070ff1c127dcc6f2e9e1692e0d86.tar.xz
nixpkgs-817ebe24ab3c070ff1c127dcc6f2e9e1692e0d86.tar.zst
nixpkgs-817ebe24ab3c070ff1c127dcc6f2e9e1692e0d86.zip
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
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 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 = ''