Skip to content

Commit f5b891d

Browse files
authored
adslib: unstable-2020-08-28 -> 0-unstable-2021-11-07 (NixOS#485257)
2 parents 85c5145 + 5217030 commit f5b891d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

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

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

78
stdenv.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";

0 commit comments

Comments
 (0)