7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-eWtQaYUWZNQYQOUXnbUfjrtpoO6CnNJ8WjlowA49sG0=";
18 nativeBuildInputs = [ cmake ];
21 homepage = "https://github.com/libplctag/libplctag";
22 description = "Library that uses EtherNet/IP or Modbus TCP to read and write tags in PLCs";
23 license = with licenses; [ lgpl2Plus mpl20 ];
24 maintainers = with maintainers; [ petterstorvik ];
25 platforms = platforms.all;