Skip to content

Commit 29d7081

Browse files
titanousaristidb
authored andcommitted
virtualbox: 4.3.16 -> 4.3.18
1 parent cd2cd41 commit 29d7081

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pkgs/applications/virtualization/virtualbox/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ with stdenv.lib;
1212

1313
let
1414

15-
version = "4.3.16"; # changes ./guest-additions as well
15+
version = "4.3.18"; # changes ./guest-additions as well
1616

1717
forEachModule = action: ''
1818
for mod in \
@@ -32,13 +32,13 @@ let
3232
'';
3333

3434
# See https://github.com/NixOS/nixpkgs/issues/672 for details
35-
extpackRevision = "95972";
35+
extpackRevision = "96516";
3636
extensionPack = requireFile rec {
3737
name = "Oracle_VM_VirtualBox_Extension_Pack-${version}-${extpackRevision}.vbox-extpack";
3838
# IMPORTANT: Hash must be base16 encoded because it's used as an input to
3939
# VBoxExtPackHelperApp!
4040
# Tip: see http://dlc.sun.com.edgesuite.net/virtualbox/4.3.10/SHA256SUMS
41-
sha256 = "93b01ac2c575388ea6ae994450907c24e30a788c271ae9ff18512a06f28d9abd";
41+
sha256 = "9c98f8256935492e6e45f7998e1c0e2fd859d87b24123d35ea0065fd0fd62d60";
4242
message = ''
4343
In order to use the extension pack, you need to comply with the VirtualBox Personal Use
4444
and Evaluation License (PUEL) by downloading the related binaries from:
@@ -57,7 +57,7 @@ in stdenv.mkDerivation {
5757

5858
src = fetchurl {
5959
url = "http://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}.tar.bz2";
60-
sha256 = "99c32e646dbc93cbf4cc0b62ca6c1d24113a295fd758dc15724c14908dd6dcb3";
60+
sha256 = "9798acbc78b2645f2a02446ef6be181ede1a377792007af2a3280c962edc24cb";
6161
};
6262

6363
buildInputs =

pkgs/applications/virtualization/virtualbox/guest-additions/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
1212

1313
src = fetchurl {
1414
url = "http://download.virtualbox.org/virtualbox/${version}/VBoxGuestAdditions_${version}.iso";
15-
sha256 = "d58f678613bd37f5f94bcf324708af63572fc8582833a2558574090231fd080f";
15+
sha256 = "e5b425ec4f6a62523855c3cbd3975d17f962f27df093d403eab27c0e7f71464a";
1616
};
1717

1818
KERN_DIR = "${kernel.dev}/lib/modules/*/build";

0 commit comments

Comments
 (0)