···2525 buildType = "release";
2626 # Use maintainers/scripts/update.nix to update the version and all related hashes or
2727 # change the hashes in extpack.nix and guest-additions/default.nix as well manually.
2828- version = "7.0.10";
2828+ version = "7.0.12";
2929in stdenv.mkDerivation {
3030 pname = "virtualbox";
3131 inherit version;
32323333 src = fetchurl {
3434 url = "https://download.virtualbox.org/virtualbox/${version}/VirtualBox-${version}.tar.bz2";
3535- sha256 = "0b1e6d8b7f87d017c7fae37f80586acff04f799ffc1d51e995954d6415dee371";
3535+ sha256 = "d76634c6ccf62503726a5aeae6c78a3462474c51a0ebe4942591ccc2d939890a";
3636 };
37373838 outputs = [ "out" "modsrc" ];
···1212 # Manually sha256sum the extensionPack file, must be hex!
1313 # Thus do not use `nix-prefetch-url` but instead plain old `sha256sum`.
1414 # Checksums can also be found at https://www.virtualbox.org/download/hashes/${version}/SHA256SUMS
1515- let value = "af84dccac488df72bfaeb1eb8c922ba466668561a6ac05c64a7f8b6ebdddbaeb";
1515+ let value = "dbf7ce39e5c021d420fc6b2045b084a68fc5172937192bd70c3207efa786278d";
1616 in assert (builtins.stringLength value) == 64; value;
17171818 meta = {