about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-16 14:00:40 +0100
committerGitHub <noreply@github.com>2021-11-16 14:00:40 +0100
commitb44ab43db6a839bc4ba6af293c89489385480acb (patch)
tree6cfb834eab04a00e239eefd02a0af3f9a0bbdb7c
parent8267af946d4708e898bf1083381b81e10e643c40 (diff)
parent205158124a6227cbe2dcc72065e31370af0bfaf9 (diff)
Merge pull request #142073 from prusnak/python-hidapi
-rw-r--r--pkgs/development/python-modules/hidapi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hidapi/default.nix b/pkgs/development/python-modules/hidapi/default.nix
index 2b9165dee24eb..cf54198b18b30 100644
--- a/pkgs/development/python-modules/hidapi/default.nix
+++ b/pkgs/development/python-modules/hidapi/default.nix
@@ -11,11 +11,11 @@
 
 buildPythonPackage rec {
   pname = "hidapi";
-  version = "0.10.1";
+  version = "0.11.0.post2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "a1170b18050bc57fae3840a51084e8252fd319c0fc6043d68c8501deb0e25846";
+    sha256 = "da815e0d1d4b2ef1ebbcc85034572105dca29627eb61881337aa39010f2ef8cb";
   };
 
   nativeBuildInputs = lib.optionals stdenv.isDarwin [ xcbuild ];