libevdev: 1.8.0 -> 1.9.0
This commit is contained in:
parent
4e08586690
commit
023ef3d1a4
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libevdev";
|
pname = "libevdev";
|
||||||
version = "1.8.0";
|
version = "1.9.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.freedesktop.org/software/${pname}/${pname}-${version}.tar.xz";
|
url = "https://www.freedesktop.org/software/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "04a2klvii0in9ln8r85mk2cm73jq8ry2m3yzmf2z8xyjxzjcmlr0";
|
sha256 = "17pb5375njb1r05xmk0r57a2j986ihglh2n5nqcylbag4rj8mqg7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python3 ];
|
buildInputs = [ python3 ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Wrapper library for evdev devices";
|
description = "Wrapper library for evdev devices";
|
||||||
homepage = http://www.freedesktop.org/software/libevdev/doc/latest/index.html;
|
homepage = "http://www.freedesktop.org/software/libevdev/doc/latest/index.html";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.amorsillo ];
|
maintainers = [ maintainers.amorsillo ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user