adslib: unstable-2020-08-28 -> 0-unstable-2021-11-07 (#485257)

This commit is contained in:
Jo
2026-01-30 17:51:57 +00:00
committed by GitHub
+6 -3
View File
@@ -2,17 +2,18 @@
lib,
stdenv,
fetchFromGitHub,
unstableGitUpdater,
}:
stdenv.mkDerivation {
pname = "adslib";
version = "unstable-2020-08-28";
version = "0-unstable-2021-11-07";
src = fetchFromGitHub {
owner = "stlehmann";
repo = "ADS";
rev = "c457b60d61d73325837ca50be2cc997c4792d481";
sha256 = "11r86xa8fr4z957hd0abn8x7182nz30a198d02y7gzpbhpi3z43k";
rev = "a894d4512a51f3ada026efbf9553e75ba9351e2e";
sha256 = "SEh4yneTM1dfbWRdWlb5gP/uSeoOeE3g7g/rJWSTba8=";
};
installPhase = ''
@@ -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";