hidapi: 0.9.0 -> 0.10.0

This commit is contained in:
Pavol Rusnak 2020-10-28 14:53:44 +01:00 committed by Frederik Rietdijk
parent 7bf3d77ed6
commit cbe6c27d22

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hidapi"; pname = "hidapi";
version = "0.9.0"; version = "0.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libusb"; owner = "libusb";
repo = "hidapi"; repo = "hidapi";
rev = "${pname}-${version}"; rev = "${pname}-${version}";
sha256 = "1p4g8lgwj4rki6lbn5l6rvwj0xlbn1xfh4d255bg5pvgczmwmc4i"; sha256 = "1n3xn1zvxgyzb84cjpw3i5alw0gkbrps11r4ijxzyqxqym0khagr";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Library for communicating with USB and Bluetooth HID devices"; description = "Library for communicating with USB and Bluetooth HID devices";
homepage = "https://github.com/libusb/hidapi"; homepage = "https://github.com/libusb/hidapi";
maintainers = with maintainers; [ prusnak ];
# Actually, you can chose between GPLv3, BSD or HIDAPI license (more liberal) # Actually, you can chose between GPLv3, BSD or HIDAPI license (more liberal)
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;