From 026d004a367826616d20c518dd4e589acab95c2c Mon Sep 17 00:00:00 2001 From: Cray Elliott Date: Wed, 12 Nov 2014 17:54:02 -0800 Subject: [PATCH] dolphinEmuMaster bump to bring in new HLE Audio code Generally we only bump once per month, but due to the new dolphin-emu.org blog post covering the subject, I couldn't resist :) if you'd like to read more about it, read here! https://dolphin-emu.org/blog/2014/11/12/the-rise-of-hle-audio/#cuthere --- 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 b4f459d671c..ca35ed1f092 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-20141101"; + name = "dolphin-emu-20141112"; src = fetchgit { url = git://github.com/dolphin-emu/dolphin.git; - rev = "9daaf94f3c8caf71dab16c7e591ce7905c1416c4"; - sha256 = "1n71by34mrgdxcr8c5bsbpy9azi62512knp5sjgzq6sfwzgy40d8"; + rev = "b1f8974db8b94861f02abec7ab442f6855181199"; + sha256 = "17rv92ycsfnsdqz785njw6zm8gcvr4y3d86jizwpqqn1lvwd2shj"; fetchSubmodules = false; };