dotnetPackages.YamlDotNet: 11.1.1
This commit is contained in:
parent
163f88aff8
commit
a62c4253b4
1 changed files with 14 additions and 0 deletions
|
@ -977,4 +977,18 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
YamlDotNet = fetchNuGet {
|
||||||
|
baseName = "YamlDotNet";
|
||||||
|
version = "11.1.1";
|
||||||
|
sha256 = "rwZ/QyDVrN3wGrEYKY3QY5Xqo2Tp3FkR6dh4QrC+QS0=";
|
||||||
|
outputFiles = [ "lib/*" ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "YamlDotNet is a .NET library for YAML";
|
||||||
|
homepage = "https://github.com/aaubry/YamlDotNet";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = [ maintainers.ratsclub ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}; in self
|
}; in self
|
||||||
|
|
Loading…
Reference in a new issue