Skip to content

Commit

Permalink
virtualbox: 5.2.8 -> 5.2.10
Browse files Browse the repository at this point in the history
closes #39182.
  • Loading branch information
flokli committed May 1, 2018
1 parent d3527d9 commit 8eb3167
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/virtualization/virtualbox/default.nix
Expand Up @@ -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 = "355ea5fe047f751534720c65398b44290d53f389e0f5f66818f3f36746631d26";
extpackRev = "121009";
main = "ee2759d47b0b4ac81b8b671c9485c87fb2db12c097b3e7e69b94c1291a8084e8";
version = "5.2.8";
extpack = "5eef217dbe0a8e8caf383ea8db83344517af0f9093041b5345c8468a427b327b";
extpackRev = "122406";
main = "1k14ngz1gcz02qwbpzfp4kgxv8s24js8pwd5nyyqs6jpxx6557pd";
version = "5.2.10";

# See https://github.com/NixOS/nixpkgs/issues/672 for details
extensionPack = requireFile rec {
Expand Down

2 comments on commit 8eb3167

@matthewbauer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're getting the wrong hash here:

https://hydra.nixos.org/build/73496405/nixlog/1

fixed-output derivation produced path '/nix/store/f2vlcrqy3ifsa1zxp5va4q2z54gbxbzy-VBoxGuestAdditions_5.2.10.iso' with sha256 hash '1l9bnahg8rlj6fpfgqzp51fzihsrczwyr7gyvca7v34nn27g393q' instead of the expected hash '04q8d2dxhkkqbghqidcwv6mx57fqpp92smh7gnaxb7vqqskb9dl0'

@flokli
Copy link
Contributor Author

@flokli flokli commented on 8eb3167 May 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my bad - didn't include the commit bumping guest additions hash too. follow up PR here: #39848

Please sign in to comment.