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