Skip to content

Commit

Permalink
Merge pull request #51793 from hedning/fix-virtualboxGuestAdditions
Browse files Browse the repository at this point in the history
linuxPackages.virtualboxGuestAdditions: fix hash
  • Loading branch information
markuskowa committed Dec 9, 2018
2 parents 1b30dc8 + aad9bae commit 2e0c3d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation {

src = fetchurl {
url = "http://download.virtualbox.org/virtualbox/${version}/VBoxGuestAdditions_${version}.iso";
sha256 = "e149ff0876242204fe924763f9272f691242d6a6ad4538a128fb7dba770781de";
sha256 = "e51e33500a265b5c2d7bb2d03d32208df880523dfcb1e2dde2c78a0e0daa0603";
};

KERN_DIR = "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build";
Expand Down

0 comments on commit 2e0c3d2

Please sign in to comment.