adslib: add updateScript

This commit is contained in:
jopejoe1
2026-01-30 09:43:20 +01:00
parent 80a18658b8
commit dd3cd009aa
+3
View File
@@ -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";