libiec61850: reformat according to RFC166
This commit is contained in:
parent
10dcd43016
commit
8d9c8ca43d
1 changed files with 8 additions and 8 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue