about summary refs log tree commit diff
path: root/pkgs/development/libraries/hidapi
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 12:48:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 12:48:37 +0000
commit92fc46ea9c76f9e309d1a35eb7129d675a90299e (patch)
tree274471669a0d4bdf7fd83891d4941ff67ec5dd3e /pkgs/development/libraries/hidapi
parent231e96096316ece50435387e15e0afbc81aa2c7e (diff)
hidapi: 0.11.0 -> 0.11.2
Diffstat (limited to 'pkgs/development/libraries/hidapi')
-rw-r--r--pkgs/development/libraries/hidapi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/hidapi/default.nix b/pkgs/development/libraries/hidapi/default.nix
index 70e9a39e03fe3..ffe534ede4af2 100644
--- a/pkgs/development/libraries/hidapi/default.nix
+++ b/pkgs/development/libraries/hidapi/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "hidapi";
-  version = "0.11.0";
+  version = "0.11.2";
 
   src = fetchFromGitHub {
     owner = "libusb";
     repo = "hidapi";
     rev = "${pname}-${version}";
-    sha256 = "0dzigvmwbg20b33xn0sklnf489m8g84yrcm8kqlrsd7x8iymsg63";
+    sha256 = "sha256-zSAhnvnDI3+q8VwZ8fIx/YmvwTpL87PBJ2C1mTmD7Ko=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];