summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorCray Elliott <MP2E@archlinux.us>2015-03-02 01:48:05 -0800
committerCray Elliott <MP2E@archlinux.us>2015-03-02 01:48:05 -0800
commit2ee6e81896dccd1abfc9beaf021f59cd02a9316a (patch)
tree884b2b9733f2d6f162d46c7c2eeaadf537a2a68f /pkgs/misc
parentb0dc17a5edf0a49eac8e377894141f8357ebb9b8 (diff)
downloadnixpkgs-2ee6e81896dccd1abfc9beaf021f59cd02a9316a.tar
nixpkgs-2ee6e81896dccd1abfc9beaf021f59cd02a9316a.tar.gz
nixpkgs-2ee6e81896dccd1abfc9beaf021f59cd02a9316a.tar.bz2
nixpkgs-2ee6e81896dccd1abfc9beaf021f59cd02a9316a.tar.lz
nixpkgs-2ee6e81896dccd1abfc9beaf021f59cd02a9316a.tar.xz
nixpkgs-2ee6e81896dccd1abfc9beaf021f59cd02a9316a.tar.zst
nixpkgs-2ee6e81896dccd1abfc9beaf021f59cd02a9316a.zip
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/
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/emulators/dolphin-emu/master.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/dolphin-emu/master.nix b/pkgs/misc/emulators/dolphin-emu/master.nix
index e161fcd181c..1bc9f86766f 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-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;
   };