Merge pull request #102561 from r-ryantm/auto-update/libgpiod

libgpiod: 1.5.2 -> 1.6
This commit is contained in:
Ryan Mulligan 2020-11-02 19:17:24 -08:00 committed by GitHub
commit 9f7d8570b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "libgpiod";
version = "1.5.2";
version = "1.6";
src = fetchurl {
url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz";
sha256 = "1bknh7kn5gxc8xwf913lsdm9zgn1bwj42nsnp6kbkyn6ip7s6c4r";
sha256 = "0xcwrg4p4w925lijmz4ci4500z83kj5gs1n501q4vhi54bdzn2k5";
};
buildInputs = [ kmod ] ++ lib.optionals enablePython [ python3 ncurses ];