forked from mirrors/nixpkgs
dotnetPackages.RestSharp: init at 105.2.3
This commit is contained in:
parent
ffe7da184e
commit
50970f4ccf
|
@ -137,6 +137,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||||
outputFiles = [ "tools/*" ];
|
outputFiles = [ "tools/*" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
RestSharp = fetchNuGet {
|
||||||
|
baseName = "RestSharp";
|
||||||
|
version = "105.2.3";
|
||||||
|
sha256 = "1br48124ppz80x92m84sfyil1gn23hxg2ml9i9hsd0lp86vlaa1m";
|
||||||
|
outputFiles = [ "lib/*" ];
|
||||||
|
};
|
||||||
|
|
||||||
SharpFont = fetchNuGet {
|
SharpFont = fetchNuGet {
|
||||||
baseName = "SharpFont";
|
baseName = "SharpFont";
|
||||||
version = "3.0.1";
|
version = "3.0.1";
|
||||||
|
|
Loading…
Reference in a new issue