summary refs log tree commit diff
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
parent231e96096316ece50435387e15e0afbc81aa2c7e (diff)
downloadnixpkgs-92fc46ea9c76f9e309d1a35eb7129d675a90299e.tar
nixpkgs-92fc46ea9c76f9e309d1a35eb7129d675a90299e.tar.gz
nixpkgs-92fc46ea9c76f9e309d1a35eb7129d675a90299e.tar.bz2
nixpkgs-92fc46ea9c76f9e309d1a35eb7129d675a90299e.tar.lz
nixpkgs-92fc46ea9c76f9e309d1a35eb7129d675a90299e.tar.xz
nixpkgs-92fc46ea9c76f9e309d1a35eb7129d675a90299e.tar.zst
nixpkgs-92fc46ea9c76f9e309d1a35eb7129d675a90299e.zip
hidapi: 0.11.0 -> 0.11.2
-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 70e9a39e03f..ffe534ede4a 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 ];