higan: 101 -> 102 (#22942)
This commit is contained in:
parent
6dbb3ab031
commit
4129697445
@ -4,19 +4,18 @@
|
|||||||
, udev
|
, udev
|
||||||
, mesa, SDL
|
, mesa, SDL
|
||||||
, libao, openal, libpulseaudio
|
, libao, openal, libpulseaudio
|
||||||
, gtk2, gtksourceview
|
, gtk2, gtksourceview }:
|
||||||
}:
|
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "higan-${version}";
|
name = "higan-${version}";
|
||||||
version = "101";
|
version = "102";
|
||||||
sourceName = "higan_v${version}-source";
|
sourceName = "higan_v${version}-source";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [ "http://download.byuu.org/${sourceName}.7z" ];
|
urls = [ "http://download.byuu.org/${sourceName}.7z" ];
|
||||||
sha256 = "04vr3fp0b3cwq7q8d9v60qmv08zpcsb5gqn1whl4fvwcxcl22by8";
|
sha256 = "1wcr2sxk0n4rngnf9g2qcjcv70s8rf5cqj195sav1yjwxkrdrnjj";
|
||||||
curlOpts = "--user-agent 'Mozilla/5.0'"; # the good old user-agent trick...
|
curlOpts = "--user-agent 'Mozilla/5.0'"; # the good old user-agent trick...
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -71,16 +70,17 @@ stdenv.mkDerivation rec {
|
|||||||
longDescription = ''
|
longDescription = ''
|
||||||
Higan (formerly bsnes) is a Nintendo multi-system emulator.
|
Higan (formerly bsnes) is a Nintendo multi-system emulator.
|
||||||
It currently supports the following systems:
|
It currently supports the following systems:
|
||||||
Famicom; Super Famicom;
|
- Nintendo's Famicom, Super Famicom (with subsystems:
|
||||||
Game Boy; Game Boy Color; Game Boy Advance
|
Super Game Boy, BS-X Satellaview, Sufami Turbo);
|
||||||
WonderSwan; WonderSwan Color
|
Game Boy, Game Boy Color, Game Boy Advance;
|
||||||
higan also supports the following subsystems:
|
- Sega's Master System, Game Gear, Mega Drive;
|
||||||
Super Game Boy; BS-X Satellaview; Sufami Turbo
|
- NEC's PC Engine, SuperGrafx;
|
||||||
|
- Bandai' WonderSwan, WonderSwan Color.
|
||||||
'';
|
'';
|
||||||
homepage = http://byuu.org/higan/;
|
homepage = http://byuu.org/higan/;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [ maintainers.AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = with platforms; unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user