hidapi: 0.9.0 -> 0.10.0

authored by Pavol Rusnak and committed by Frederik Rietdijk cbe6c27d 7bf3d77e

+3 -2
+3 -2
pkgs/development/libraries/hidapi/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "hidapi"; 6 - version = "0.9.0"; 7 8 src = fetchFromGitHub { 9 owner = "libusb"; 10 repo = "hidapi"; 11 rev = "${pname}-${version}"; 12 - sha256 = "1p4g8lgwj4rki6lbn5l6rvwj0xlbn1xfh4d255bg5pvgczmwmc4i"; 13 }; 14 15 nativeBuildInputs = [ autoreconfHook pkgconfig ]; ··· 24 meta = with stdenv.lib; { 25 description = "Library for communicating with USB and Bluetooth HID devices"; 26 homepage = "https://github.com/libusb/hidapi"; 27 # Actually, you can chose between GPLv3, BSD or HIDAPI license (more liberal) 28 license = licenses.bsd3; 29 platforms = platforms.unix;
··· 3 4 stdenv.mkDerivation rec { 5 pname = "hidapi"; 6 + version = "0.10.0"; 7 8 src = fetchFromGitHub { 9 owner = "libusb"; 10 repo = "hidapi"; 11 rev = "${pname}-${version}"; 12 + sha256 = "1n3xn1zvxgyzb84cjpw3i5alw0gkbrps11r4ijxzyqxqym0khagr"; 13 }; 14 15 nativeBuildInputs = [ autoreconfHook pkgconfig ]; ··· 24 meta = with stdenv.lib; { 25 description = "Library for communicating with USB and Bluetooth HID devices"; 26 homepage = "https://github.com/libusb/hidapi"; 27 + maintainers = with maintainers; [ prusnak ]; 28 # Actually, you can chose between GPLv3, BSD or HIDAPI license (more liberal) 29 license = licenses.bsd3; 30 platforms = platforms.unix;