Merge pull request #8992 from AndersonTorres/bochs

Bochs: 2.6.7 -> 2.6.8
This commit is contained in:
Arseniy Seroka 2015-07-26 20:06:38 +03:00
commit a1fb9dfd00

View File

@ -4,7 +4,7 @@
, docbook_xml_dtd_45, docbook_xsl , docbook_xml_dtd_45, docbook_xsl
, sdlSupport ? true, SDL2 ? null , sdlSupport ? true, SDL2 ? null
, termSupport ? true , ncurses ? null , termSupport ? true , ncurses ? null
, wxSupport ? false, wxGTK ? null # Warning! Broken , wxSupport ? true, wxGTK ? null
# Optional, undocumented dependencies # Optional, undocumented dependencies
, wgetSupport ? false, wget ? null , wgetSupport ? false, wget ? null
, curlSupport ? false, curl ? null , curlSupport ? false, curl ? null
@ -19,11 +19,11 @@ assert curlSupport -> (curl != null);
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bochs-${version}"; name = "bochs-${version}";
version = "2.6.7"; version = "2.6.8";
src = fetchurl { src = fetchurl {
url = "http://downloads.sourceforge.net/project/bochs/bochs/${version}/${name}.tar.gz"; url = "http://downloads.sourceforge.net/project/bochs/bochs/${version}/${name}.tar.gz";
sha256 = "10l2pgzwnmng0rd44kqv7y46nwpcc18j53h3kf3dlqlnd7mlwdd4"; sha256 = "1kl5cmbz6qgg33j5vv9898nzdppp1rqgy24r5pv762aaj7q0ww3r";
}; };
# The huge list of configurable options # The huge list of configurable options