virtualbox: Update to version 4.1.22.
Upstream changes are: * VMM: fixed a potential host crash triggered by shutting down a VM when another VM was running (only affected 32-bit hosts and 64-bit OS X hosts, 4.1 regression) * VMM: fixed a potential host crash under a high guest memory pressure (seen with Windows 8 guests) * VMM: respect RAM preallocation while restoring saved state. * VMM: fixed handling of task gates if VT-x/AMD-V is disabled * Storage: fixed audio CD passthrough for certain media players * USB: don't crash if a USB device is plugged or unplugged when saving or loading the VM state (SMP guests only) * RTC: fixed a potential corruption of CMOS bank 1 * Mac OS X hosts: installer fixes for Leopard (4.1.20 regression) * Windows Additions: fixed memory leak in VBoxTray Full changelogs with bug ids and links to it can be found at: https://www.virtualbox.org/wiki/Changelog Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
61e7956b3e
commit
d891fc6f3b
|
@ -10,7 +10,7 @@ with stdenv.lib;
|
|||
|
||||
let
|
||||
|
||||
version = "4.1.20";
|
||||
version = "4.1.22";
|
||||
|
||||
forEachModule = action: ''
|
||||
for mod in \
|
||||
|
@ -34,7 +34,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
url = "http://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}.tar.bz2";
|
||||
sha256 = "b132dbc5c6e9ed77aba737ec35b488ac152aa362c3ad49d466897bc410324aeb";
|
||||
sha256 = "7abb506203dd0d69b4b408fd999b5b9a479a9adce5f80e9b5569641c053dd153";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
|
Loading…
Reference in New Issue