libiec61850: reformat according to RFC166

This commit is contained in:
Steffen Vogel 2024-04-04 21:25:31 +02:00
parent 10dcd43016
commit 8d9c8ca43d

View File

@ -1,9 +1,11 @@
{ cmake
, lib
, stdenv
, fetchFromGitHub
, gitUpdater
{
cmake,
lib,
stdenv,
fetchFromGitHub,
gitUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libiec61850";
version = "1.5.3";
@ -19,9 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ];
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = with lib; {
description = "Open-source library for the IEC 61850 protocols";