Commit dd3cd009 authored by jopejoe1's avatar jopejoe1
Browse files

adslib: add updateScript

parent 80a18658
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  unstableGitUpdater,
}:

stdenv.mkDerivation {
@@ -20,6 +21,8 @@ stdenv.mkDerivation {
    cp adslib.so $out/lib/adslib.so
  '';

  passthru.updateScript = unstableGitUpdater { };

  meta = {
    description = "Beckhoff protocol to communicate with TwinCAT devices";
    homepage = "https://github.com/stlehmann/ADS";