7 stdenv.mkDerivation rec {
9 version = "unstable-2020-08-28";
11 src = fetchFromGitHub {
14 rev = "c457b60d61d73325837ca50be2cc997c4792d481";
15 sha256 = "11r86xa8fr4z957hd0abn8x7182nz30a198d02y7gzpbhpi3z43k";
20 cp adslib.so $out/lib/adslib.so
24 description = "Beckhoff protocol to communicate with TwinCAT devices";
25 homepage = "https://github.com/stlehmann/ADS";
26 license = licenses.mit;
27 maintainers = with maintainers; [ jamiemagee ];