usbkvm: fix non-null vendorHash for release tarball

This commit is contained in:
Leon Schuermann
2024-12-30 07:27:24 -05:00
parent 6d97d419e5
commit 35a0745ba5
+1 -1
View File
@@ -28,7 +28,7 @@ let
inherit src;
sourceRoot = "source/ms-tools";
vendorHash = "sha256-imHpsos7RDpATSZFWRxug67F7VgjRTT1SkLt7cWk6tU=";
vendorHash = null; # dependencies are vendored in the release tarball
buildInputs = [
hidapi