From 221a6f67a5c86c592c69ad2602a7014b03178a7b Mon Sep 17 00:00:00 2001 From: Cray Elliott Date: Sun, 1 Feb 2015 03:59:44 -0800 Subject: [PATCH] monthly bump of dolphinEmuMaster check out what's new at https://dolphin-emu.org/blog/2015/02/01/dolphin-progress-report-january-2015/ --- pkgs/misc/emulators/dolphin-emu/master.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/misc/emulators/dolphin-emu/master.nix b/pkgs/misc/emulators/dolphin-emu/master.nix index a114810fe00..e161fcd181c 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-20150103"; + name = "dolphin-emu-20150201"; src = fetchgit { url = git://github.com/dolphin-emu/dolphin.git; - rev = "03f716e651128a2da01f6afdd26545fafdd49971"; - sha256 = "01dq5552wpfn7dvfvdxxzfxn1z08abqwpm4gf33c081bhhbsyny6"; + rev = "3c475b91ea5c4baa13b1339c3d2921938e8a3be9"; + sha256 = "1az8cv5y2hccvnp719rpynwglamf04zck1ic796c126xp286i5ki"; fetchSubmodules = false; };