Update VirtualBox to version 4.1.18.

This should make #15 obsolete, as those patches were cherry-picked from
upstream.
This commit is contained in:
aszlig
2012-07-03 08:44:35 -04:00
committed by Eelco Dolstra
parent ef1d8eb915
commit 8a5d9bad94
2 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@
with stdenv.lib;
let version = "4.1.16"; in
let version = "4.1.18"; in
stdenv.mkDerivation {
name = "virtualbox-${version}-${kernel.version}";
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}.tar.bz2";
sha256 = "0kl21wqz822qgdcilfail5qqgsbhgzixwbbwpkmsh6670jc4jw5n";
sha256 = "e650e4fdc23581b9edc0e5d5705cc596c76796851ebf65ccda0edb8e413fa3b7";
};
buildInputs =