File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 lib ,
33 stdenv ,
44 fetchFromGitHub ,
5+ unstableGitUpdater ,
56} :
67
78stdenv . mkDerivation {
89 pname = "adslib" ;
9- version = "unstable-2020-08-28 " ;
10+ version = "0- unstable-2021-11-07 " ;
1011
1112 src = fetchFromGitHub {
1213 owner = "stlehmann" ;
1314 repo = "ADS" ;
14- rev = "c457b60d61d73325837ca50be2cc997c4792d481 " ;
15- sha256 = "11r86xa8fr4z957hd0abn8x7182nz30a198d02y7gzpbhpi3z43k " ;
15+ rev = "a894d4512a51f3ada026efbf9553e75ba9351e2e " ;
16+ sha256 = "SEh4yneTM1dfbWRdWlb5gP/uSeoOeE3g7g/rJWSTba8= " ;
1617 } ;
1718
1819 installPhase = ''
1920 mkdir -p $out/lib
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" ;
You can’t perform that action at this time.
0 commit comments