ttfautohint: 1.8.2 -> 1.8.3
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
This commit is contained in:
parent
e6d053a621
commit
8113c4e400
@ -5,12 +5,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.8.2";
|
version = "1.8.3";
|
||||||
name = "ttfautohint-${version}";
|
name = "ttfautohint-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/freetype/${name}.tar.gz";
|
url = "mirror://savannah/freetype/${name}.tar.gz";
|
||||||
sha256 = "19w9g1ksr0vyblgcirppj0279gfj5s902jblzgav5a4n2mq42rrq";
|
sha256 = "0zpqgihn3yh3v51ynxwr8asqrijvs4gv686clwv7bm8sawr4kfw7";
|
||||||
};
|
};
|
||||||
|
|
||||||
postAutoreconf = ''
|
postAutoreconf = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user