Unverified Commit f5b891d0 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents 85c51454 52170307
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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";