mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Update dolphinEmuMaster
The plan at this point is to update dolphinEmuMaster every month in tanden with the latest development report on the dolphin-emu.org blog. Closes #4374
This commit is contained in:
parent
4353e5380b
commit
817ebe24ab
@ -4,11 +4,12 @@
|
||||
, pulseaudio ? null }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dolphin-emu-20140902";
|
||||
name = "dolphin-emu-20141002";
|
||||
src = fetchgit {
|
||||
url = git://github.com/dolphin-emu/dolphin.git;
|
||||
rev = "cc6db8cf26c1508ae382912bc25e64aaf12e0543";
|
||||
sha256 = "17pc4kk1v0p1llc12ifih02j2klfjz29qh8nhz5lapb0a1wr6lb3";
|
||||
rev = "ed7f0739ae31c07c31d013964986c549317aba6e";
|
||||
sha256 = "01qwlkh3c0ij97zycq0v4kclxmnlbwcc1bmvjzl4cbczhxbbx4hk";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
|
||||
cmakeFlags = ''
|
||||
|
Loading…
Reference in New Issue
Block a user