dotnetPackages.SharpFont: 3.1.0 -> 4.0.1 (#49545)

This commit is contained in:
Tristan Helmich 2018-10-31 21:04:31 +01:00 committed by xeji
parent dc00987d95
commit 40ae90c9e4

View file

@ -210,8 +210,8 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
SharpFont = fetchNuGet {
baseName = "SharpFont";
version = "3.1.0";
sha256 = "137y514i4zi0i0qsx7nv4ibl4kifbr8xr23rqdkwf7yxf88jjmh2";
version = "4.0.1";
sha256 = "1yd3cm4ww0hw2k3aymf792hp6skyg8qn491m2a3fhkzvsl8z7vs8";
outputFiles = [ "lib/*" "config/*" ];
};