1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

monthly bump of dolphinEmuMaster

check out what's new at https://dolphin-emu.org/blog/2015/02/01/dolphin-progress-report-january-2015/
This commit is contained in:
Cray Elliott 2015-02-01 03:59:44 -08:00
parent 4a29a4baac
commit 221a6f67a5

View file

@ -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;
};