We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a1865 commit dd3cd00Copy full SHA for dd3cd00
1 file changed
pkgs/by-name/ad/adslib/package.nix
@@ -2,6 +2,7 @@
2
lib,
3
stdenv,
4
fetchFromGitHub,
5
+ unstableGitUpdater,
6
}:
7
8
stdenv.mkDerivation {
@@ -20,6 +21,8 @@ stdenv.mkDerivation {
20
21
cp adslib.so $out/lib/adslib.so
22
'';
23
24
+ passthru.updateScript = unstableGitUpdater { };
25
+
26
meta = {
27
description = "Beckhoff protocol to communicate with TwinCAT devices";
28
homepage = "https://github.com/stlehmann/ADS";
0 commit comments