virtualbox: 6.1.14 -> 6.1.16

6.1.16 is the latest release of Virtualbox. And it is necessary to have it when using Linux 5.9 kernel.
This commit is contained in:
Magicloud
2020-10-24 02:53:08 +08:00
parent 7c76eafdb7
commit e416dc89a1
3 changed files with 5 additions and 6 deletions
@@ -12,7 +12,7 @@ fetchurl rec {
# Manually sha256sum the extensionPack file, must be hex!
# Thus do not use `nix-prefetch-url` but instead plain old `sha256sum`.
# Checksums can also be found at https://www.virtualbox.org/download/hashes/${version}/SHA256SUMS
let value = "b224e796e886b19bce69f0aaedf6ca82bad0ca29c61fb0ed86166efb84356942";
let value = "9802482b77b95a954cb5111793da10d009009a4e9a9c4eaa4bd1ae5dafe9db46";
in assert (builtins.stringLength value) == 64; value;
meta = {