3
0
Fork 0
forked from mirrors/nixpkgs

virtualboxGuestAdditions: fix hash

This commit is contained in:
Robin Gloster 2017-07-30 13:29:57 +02:00
parent bac6f59977
commit 88ca4724b2
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://download.virtualbox.org/virtualbox/${version}/VBoxGuestAdditions_${version}.iso";
sha256 = "0hxxv2707fb6x34m5cmjhj73sxwgmy2dgir7mbbdh9wivw07b9q1";
sha256 = "0vxhavlh55fdlm4zhvi21fyxzdydbn56y499bq5aghvsdsmwiy3d";
};
KERN_DIR = "${kernel.dev}/lib/modules/*/build";