0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Monthly bump of dolphinEmuMaster

Large performance improvements, smaller binary, and higher accuracy!
See for details :
https://dolphin-emu.org/blog/2015/03/01/dolphin-progress-report-february-2015/
This commit is contained in:
Cray Elliott 2015-03-02 01:48:05 -08:00
parent b0dc17a5ed
commit 2ee6e81896

View file

@ -4,11 +4,11 @@
, pulseaudio ? null }:
stdenv.mkDerivation rec {
name = "dolphin-emu-20150201";
name = "dolphin-emu-20150302";
src = fetchgit {
url = git://github.com/dolphin-emu/dolphin.git;
rev = "3c475b91ea5c4baa13b1339c3d2921938e8a3be9";
sha256 = "1az8cv5y2hccvnp719rpynwglamf04zck1ic796c126xp286i5ki";
rev = "cd8c37bc0792a492b59976eba10a3e54e0ea2842";
sha256 = "06cb89c97w86ffn2nls0jb69macd5lqz930fjyjjahk9njx164fv";
fetchSubmodules = false;
};