···12 # Manually sha256sum the extensionPack file, must be hex!
13 # Thus do not use `nix-prefetch-url` but instead plain old `sha256sum`.
14 # Checksums can also be found at https://www.virtualbox.org/download/hashes/${version}/SHA256SUMS
15- let value = "292961aa8723b54f96f89f6d8abf7d8e29259d94b7de831dbffb9ae15d346434";
16 in assert (builtins.stringLength value) == 64; value;
1718 meta = {
···12 # Manually sha256sum the extensionPack file, must be hex!
13 # Thus do not use `nix-prefetch-url` but instead plain old `sha256sum`.
14 # Checksums can also be found at https://www.virtualbox.org/download/hashes/${version}/SHA256SUMS
15+ let value = "452320f3b1da42b30c32ea5ab5887983b575638ceb4e3beacfefbbb3b0510a48";
16 in assert (builtins.stringLength value) == 64; value;
1718 meta = {