1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

libgpiod: 1.4.1 -> 1.4.2

This commit is contained in:
R. RyanTM 2020-02-01 06:35:27 +00:00 committed by Frederik Rietdijk
parent f8e7fec814
commit d4541f4699

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libgpiod";
version = "1.4.1";
version = "1.4.2";
src = fetchurl {
url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz";
sha256 = "0x8ar31b0cp47dgmamxf6a54ixwrjgvs81zra8l9ws4szrzgrnbw";
sha256 = "0r0hdindy6pi1va3mhk2lg5dis0qbi535k790w76dxfx1hyavk70";
};
buildInputs = [ kmod ];