lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.streamdeck: 0.9.3 -> 0.9.4

+3 -3
+2 -2
pkgs/development/python-modules/streamdeck/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "streamdeck"; 11 - version = "0.9.3"; 11 + version = "0.9.4"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-9bNWsNEW5Di2EZ3z+p8y4Q7GTfIG66b05pTiQcff7HE="; 15 + hash = "sha256-aVmWbrBhZ49NfwOp23FD1dxZF+w/q26fIOVs7iQXUxo="; 16 16 }; 17 17 18 18 patches = [
+1 -1
pkgs/development/python-modules/streamdeck/hardcode-libusb.patch
··· 5 5 @@ -110,7 +110,7 @@ class LibUSBHIDAPI(Transport): 6 6 7 7 search_library_names = { 8 - "Windows": ["hidapi.dll", "libhidapi-0.dll"], 8 + "Windows": ["hidapi.dll", "libhidapi-0.dll", "./hidapi.dll"], 9 9 - "Linux": ["libhidapi-libusb.so", "libhidapi-libusb.so.0"], 10 10 + "Linux": ["@libusb@"], 11 11 "Darwin": ["libhidapi.dylib"],