dotnetPackages.RestSharp: init at 105.2.3

This commit is contained in:
Ricardo Ardissone 2016-04-29 15:34:54 -03:00
parent ffe7da184e
commit 50970f4ccf

View file

@ -137,6 +137,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
outputFiles = [ "tools/*" ];
};
RestSharp = fetchNuGet {
baseName = "RestSharp";
version = "105.2.3";
sha256 = "1br48124ppz80x92m84sfyil1gn23hxg2ml9i9hsd0lp86vlaa1m";
outputFiles = [ "lib/*" ];
};
SharpFont = fetchNuGet {
baseName = "SharpFont";
version = "3.0.1";