summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-07-26 20:06:38 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-07-26 20:06:38 +0300
commita1fb9dfd005f25721cc16028de70f30aadb31a5d (patch)
tree1d557681e0eef2b4b6a9c434c733d4679504324f /pkgs/applications
parent87807373b51c5a9115a3666dc31e38f36f8fa9bd (diff)
parent1edd09964ced48a2f19bdcc55df434eecd00a21e (diff)
downloadnixlib-a1fb9dfd005f25721cc16028de70f30aadb31a5d.tar
nixlib-a1fb9dfd005f25721cc16028de70f30aadb31a5d.tar.gz
nixlib-a1fb9dfd005f25721cc16028de70f30aadb31a5d.tar.bz2
nixlib-a1fb9dfd005f25721cc16028de70f30aadb31a5d.tar.lz
nixlib-a1fb9dfd005f25721cc16028de70f30aadb31a5d.tar.xz
nixlib-a1fb9dfd005f25721cc16028de70f30aadb31a5d.tar.zst
nixlib-a1fb9dfd005f25721cc16028de70f30aadb31a5d.zip
Merge pull request #8992 from AndersonTorres/bochs
Bochs: 2.6.7 -> 2.6.8
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/virtualization/bochs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/virtualization/bochs/default.nix b/pkgs/applications/virtualization/bochs/default.nix
index 914114467e67..b876403d6327 100644
--- a/pkgs/applications/virtualization/bochs/default.nix
+++ b/pkgs/applications/virtualization/bochs/default.nix
@@ -4,7 +4,7 @@
 , docbook_xml_dtd_45, docbook_xsl
 , sdlSupport ? true, SDL2 ? null
 , termSupport ? true , ncurses ? null
-, wxSupport ? false, wxGTK ? null # Warning! Broken
+, wxSupport ? true, wxGTK ? null
 # Optional, undocumented dependencies
 , wgetSupport ? false, wget ? null
 , curlSupport ? false, curl ? null
@@ -19,11 +19,11 @@ assert curlSupport -> (curl != null);
 stdenv.mkDerivation rec {
 
   name = "bochs-${version}";
-  version = "2.6.7";
+  version = "2.6.8";
 
   src = fetchurl {
     url = "http://downloads.sourceforge.net/project/bochs/bochs/${version}/${name}.tar.gz";
-    sha256 = "10l2pgzwnmng0rd44kqv7y46nwpcc18j53h3kf3dlqlnd7mlwdd4";
+    sha256 = "1kl5cmbz6qgg33j5vv9898nzdppp1rqgy24r5pv762aaj7q0ww3r";
   };
 
   # The huge list of configurable options