7 inherit (virtualbox) version;
10 name = "Oracle_VM_VirtualBox_Extension_Pack-${version}.vbox-extpack";
11 url = "https://download.virtualbox.org/virtualbox/${version}/${name}";
13 # Manually sha256sum the extensionPack file, must be hex!
14 # Thus do not use `nix-prefetch-url` but instead plain old `sha256sum`.
15 # Checksums can also be found at https://www.virtualbox.org/download/hashes/${version}/SHA256SUMS
17 value = "6b0c16074dde1ea273b15e091336034368217ba569e09359a63c4d32af558886";
19 assert (builtins.stringLength value) == 64;
23 description = "Oracle Extension pack for VirtualBox";
24 license = licenses.virtualbox-puel;
25 homepage = "https://www.virtualbox.org/";
26 maintainers = with maintainers; [
30 platforms = [ "x86_64-linux" ];