ttfautohint 1.8.3 -> 1.8.4 https://repology.org/project/ttfautohint/versions attrpath: ttfautohint Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/ttfautohint/default.nix b/pkgs/tools/misc/ttfautohint/default.nix index 9d2036b97f78..f17ec57063cb 100644 --- a/pkgs/tools/misc/ttfautohint/default.nix +++ b/pkgs/tools/misc/ttfautohint/default.nix @@ -5,12 +5,12 @@ }: stdenv.mkDerivation rec { - version = "1.8.3"; + version = "1.8.4"; pname = "ttfautohint"; src = fetchurl { url = "mirror://savannah/freetype/${pname}-${version}.tar.gz"; - sha256 = "0zpqgihn3yh3v51ynxwr8asqrijvs4gv686clwv7bm8sawr4kfw7"; + sha256 = "sha256-iodhF/puv9L/4bNoKpqYyALA9HGJ9X09tLmXdCBoMuE="; }; postAutoreconf = '' Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ttfautohint nix build failed. CC gnulib/src/asnprintf.lo CC gnulib/src/printf-args.lo CC gnulib/src/printf-parse.lo CC gnulib/src/strerror_r.lo CC gnulib/src/vasnprintf.lo CC lib/sds-wrapper.lo In file included from lib/ta.h:26, from lib/taversion.c:15: lib/taversion.c: In function 'TTF_autohint_version': ./lib/ttfautohint.h:762:27: error: 'UNKNOWN' undeclared (first use in this function) 762 | #define TTFAUTOHINT_MAJOR UNKNOWN | ^~~~~~~ lib/taversion.c:25:12: note: in expansion of macro 'TTFAUTOHINT_MAJOR' 25 | *major = TTFAUTOHINT_MAJOR; | ^~~~~~~~~~~~~~~~~ ./lib/ttfautohint.h:762:27: note: each undeclared identifier is reported only once for each function it appears in 762 | #define TTFAUTOHINT_MAJOR UNKNOWN | ^~~~~~~ lib/taversion.c:25:12: note: in expansion of macro 'TTFAUTOHINT_MAJOR' 25 | *major = TTFAUTOHINT_MAJOR; | ^~~~~~~~~~~~~~~~~ lib/taversion.c:26:29: error: expected expression before ';' token 26 | *minor = TTFAUTOHINT_MINOR; | ^ CC lib/numberset.lo CXX frontend/ttfautohintGUI-ddlineedit.o make[1]: *** [Makefile:2643: lib/libttfautohint_la-taversion.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/build/ttfautohint-1.8.4' make: *** [Makefile:1868: all] Error 2