lib60870: reformat according to RFC166

This commit is contained in:
Steffen Vogel 2024-04-04 21:21:58 +02:00
parent 10dcd43016
commit b182d57cb6

View File

@ -1,9 +1,11 @@
{ cmake
, lib
, stdenv
, fetchFromGitHub
, gitUpdater
{
cmake,
lib,
stdenv,
fetchFromGitHub,
gitUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "lib60870";
version = "2.3.2";
@ -21,9 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
preConfigure = "cd lib60870-C";
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = with lib; {
description = "Implementation of the IEC 60870-5-101/104 protocol";