Skip to content

Commit dd3cd00

Browse files
committed
adslib: add updateScript
1 parent 80a1865 commit dd3cd00

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkgs/by-name/ad/adslib/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5+
unstableGitUpdater,
56
}:
67

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

24+
passthru.updateScript = unstableGitUpdater { };
25+
2326
meta = {
2427
description = "Beckhoff protocol to communicate with TwinCAT devices";
2528
homepage = "https://github.com/stlehmann/ADS";

0 commit comments

Comments
 (0)