Merge pull request #248764 from Majiir/streamdeck-0.9.4

python3Packages.streamdeck: 0.9.3 -> 0.9.4
This commit is contained in:
Nick Cao 2023-08-13 01:00:57 -06:00 committed by GitHub
commit 82d8935b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "streamdeck";
version = "0.9.3";
version = "0.9.4";
src = fetchPypi {
inherit pname version;
hash = "sha256-9bNWsNEW5Di2EZ3z+p8y4Q7GTfIG66b05pTiQcff7HE=";
hash = "sha256-aVmWbrBhZ49NfwOp23FD1dxZF+w/q26fIOVs7iQXUxo=";
};
patches = [

View File

@ -5,7 +5,7 @@ index 824c59c..f13754e 100644
@@ -110,7 +110,7 @@ class LibUSBHIDAPI(Transport):
search_library_names = {
"Windows": ["hidapi.dll", "libhidapi-0.dll"],
"Windows": ["hidapi.dll", "libhidapi-0.dll", "./hidapi.dll"],
- "Linux": ["libhidapi-libusb.so", "libhidapi-libusb.so.0"],
+ "Linux": ["@libusb@"],
"Darwin": ["libhidapi.dylib"],