mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #32136 from AndersonTorres/upload/higan
higan: 105 -> 106
This commit is contained in:
commit
bc6d45f8c5
@ -10,12 +10,12 @@ with stdenv.lib;
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "higan-${version}";
|
name = "higan-${version}";
|
||||||
version = "105";
|
version = "106";
|
||||||
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 = "1lpj345vlnwcywhzq1fzxwl08zc2x4d103rgyyp7yw8m0f8f9sdl";
|
sha256 = "063dzp9wrdnbvagraxi31xg0154y2gf67rrd0mnc8h104cgzjr35";
|
||||||
curlOpts = "--user-agent 'Mozilla/5.0'"; # the good old user-agent trick...
|
curlOpts = "--user-agent 'Mozilla/5.0'"; # the good old user-agent trick...
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
|||||||
Game Boy, Game Boy Color, Game Boy Advance;
|
Game Boy, Game Boy Color, Game Boy Advance;
|
||||||
- Sega's Master System, Game Gear, Mega Drive;
|
- Sega's Master System, Game Gear, Mega Drive;
|
||||||
- NEC's PC Engine, SuperGrafx;
|
- NEC's PC Engine, SuperGrafx;
|
||||||
- Bandai' WonderSwan, WonderSwan Color.
|
- Bandai's WonderSwan, WonderSwan Color.
|
||||||
'';
|
'';
|
||||||
homepage = https://byuu.org/higan/;
|
homepage = https://byuu.org/higan/;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user