virtualbox: 5.2.26 → 5.2.28
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
with lib;
|
||||
|
||||
let version = "5.2.26";
|
||||
let version = "5.2.28";
|
||||
in
|
||||
fetchurl rec {
|
||||
name = "Oracle_VM_VirtualBox_Extension_Pack-${version}.vbox-extpack";
|
||||
@@ -10,7 +10,7 @@ fetchurl rec {
|
||||
sha256 =
|
||||
# Manually sha256sum the extensionPack file, must be hex!
|
||||
# Thus do not use `nix-prefetch-url` but instead plain old `sha256sum`.
|
||||
let value = "4b7caa9b722840d49f154c3e5efb6463b1b7129f09973a25813dfdbccd9debb7";
|
||||
let value = "376e07cbf2ff2844c95c800346c8e4697d7bc671ae0e21e46153b2e7b4ccc1d6";
|
||||
in assert (builtins.stringLength value) == 64; value;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user