···21 buildType = "release";
22 # Remember to change the extpackRev and version in extpack.nix and
23 # guest-additions/default.nix as well.
24- main = "1y6j73axjns8ng3m8zs31zwx71wmm91n6vrhdpxphx16jf518djj";
25- version = "6.0.10";
26in stdenv.mkDerivation {
27 pname = "virtualbox";
28 inherit version;
···21 buildType = "release";
22 # Remember to change the extpackRev and version in extpack.nix and
23 # guest-additions/default.nix as well.
24+ main = "1hxbvr78b0fddcn7npz72ki89lpmbgqj4b5qvxm1wik7v0d8v1y8";
25+ version = "6.0.12";
26in stdenv.mkDerivation {
27 pname = "virtualbox";
28 inherit version;
···23with lib;
45-let version = "6.0.10";
6in
7fetchurl rec {
8 name = "Oracle_VM_VirtualBox_Extension_Pack-${version}.vbox-extpack";
···11 # Manually sha256sum the extensionPack file, must be hex!
12 # Thus do not use `nix-prefetch-url` but instead plain old `sha256sum`.
13 # Checksums can also be found at https://www.virtualbox.org/download/hashes/${version}/SHA256SUMS
14- let value = "e5a9eb240379a57c9bf03954a594a03431698e67aef551e27f62170bed9b16ea";
15 in assert (builtins.stringLength value) == 64; value;
1617 meta = {
···23with lib;
45+let version = "6.0.12";
6in
7fetchurl rec {
8 name = "Oracle_VM_VirtualBox_Extension_Pack-${version}.vbox-extpack";
···11 # Manually sha256sum the extensionPack file, must be hex!
12 # Thus do not use `nix-prefetch-url` but instead plain old `sha256sum`.
13 # Checksums can also be found at https://www.virtualbox.org/download/hashes/${version}/SHA256SUMS
14+ let value = "27a0956940654b0accf4d79692078bd496d9f062e4ed3da69e5421cba8d1e444";
15 in assert (builtins.stringLength value) == 64; value;
1617 meta = {