lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ttfautohint: 1.8.1 -> 1.8.2 (#44682)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ttfautohint/versions.

authored by

R. RyanTM and committed by
xeji
829786a5 20701b2d

+2 -2
+2 -2
pkgs/tools/misc/ttfautohint/default.nix
··· 5 5 }: 6 6 7 7 stdenv.mkDerivation rec { 8 - version = "1.8.1"; 8 + version = "1.8.2"; 9 9 name = "ttfautohint-${version}"; 10 10 11 11 src = fetchurl { 12 12 url = "mirror://savannah/freetype/${name}.tar.gz"; 13 - sha256 = "1yflnydzdfkr8bi29yf42hb6h6525a4rdid3w8qjfk8rpqh53pqj"; 13 + sha256 = "19w9g1ksr0vyblgcirppj0279gfj5s902jblzgav5a4n2mq42rrq"; 14 14 }; 15 15 16 16 postAutoreconf = ''