Skip to content

Commit

Permalink
Update VirtualBox to version 4.1.18.
Browse files Browse the repository at this point in the history
This should make NixOS#15 obsolete, as those patches were cherry-picked from
upstream.
  • Loading branch information
aszlig committed Jul 3, 2012
1 parent cace272 commit 51e65c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/virtualbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand All @@ -17,7 +17,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "http://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}.tar.bz2";
sha256 = "0kl21wqz822qgdcilfail5qqgsbhgzixwbbwpkmsh6670jc4jw5n";
sha256 = "e650e4fdc23581b9edc0e5d5705cc596c76796851ebf65ccda0edb8e413fa3b7";
};

buildInputs =
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, lib, patchelf, cdrkit, kernel, which, makeWrapper
, libX11, libXt, libXext, libXmu, libXcomposite, libXfixes, libXrandr, libXcursor}:

let version = "4.1.16"; in
let version = "4.1.18"; in

stdenv.mkDerivation {
name = "VirtualBox-GuestAdditions-${version}";
src = fetchurl {
url = "http://download.virtualbox.org/virtualbox/${version}/VBoxGuestAdditions_${version}.iso";
sha256 = "1f2p26cg005xc6vi9dbim0macv60d8k8nq20rk7awrbghfib5imm";
sha256 = "1zsjh4q71ny10s2zaxnaw4w3bs961c21xv6dd6zpwhnbimlhlrqb";
};
KERN_DIR = "${kernel}/lib/modules/*/build";
buildInputs = [ patchelf cdrkit makeWrapper ];
Expand Down

0 comments on commit 51e65c0

Please sign in to comment.