usbkvm: fix non-null vendorHash for release tarball (#369381)

This commit is contained in:
lassulus
2025-01-02 12:25:25 +01:00
committed by GitHub
+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