virtualbox: 5.2.6 -> 5.2.8
Tested against all the VirtualBox VM tests. Signed-off-by: aszlig <aszlig@nix.build> Closes: #36127
This commit is contained in:
@@ -21,10 +21,10 @@ let
|
||||
buildType = "release";
|
||||
# Manually sha256sum the extensionPack file, must be hex!
|
||||
# Do not forget to update the hash in ./guest-additions/default.nix!
|
||||
extpack = "70584a70b666e9332ae2c6be0e64da4b8e3a27124801156577f205750bdde4f5";
|
||||
extpackRev = "120293";
|
||||
main = "1rx45ivwk89ghjc5zdd7c7j92w0w3930xj7l1zhwrvshxs454w7y";
|
||||
version = "5.2.6";
|
||||
extpack = "355ea5fe047f751534720c65398b44290d53f389e0f5f66818f3f36746631d26";
|
||||
extpackRev = "121009";
|
||||
main = "ee2759d47b0b4ac81b8b671c9485c87fb2db12c097b3e7e69b94c1291a8084e8";
|
||||
version = "5.2.8";
|
||||
|
||||
# See https://github.com/NixOS/nixpkgs/issues/672 for details
|
||||
extensionPack = requireFile rec {
|
||||
|
||||
Reference in New Issue
Block a user