summary refs log tree commit diff
path: root/pkgs/tools/misc/ttfautohint
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-08 14:20:21 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-08 23:20:21 +0200
commit829786a566ca8994b8419f9e3ccc3e9979be4657 (patch)
treed4eafb665ea386cd59091739f15200e5dcb26fbf /pkgs/tools/misc/ttfautohint
parent20701b2d2a73638f12da9b07b3c2c1a5baaaac0e (diff)
downloadnixpkgs-829786a566ca8994b8419f9e3ccc3e9979be4657.tar
nixpkgs-829786a566ca8994b8419f9e3ccc3e9979be4657.tar.gz
nixpkgs-829786a566ca8994b8419f9e3ccc3e9979be4657.tar.bz2
nixpkgs-829786a566ca8994b8419f9e3ccc3e9979be4657.tar.lz
nixpkgs-829786a566ca8994b8419f9e3ccc3e9979be4657.tar.xz
nixpkgs-829786a566ca8994b8419f9e3ccc3e9979be4657.tar.zst
nixpkgs-829786a566ca8994b8419f9e3ccc3e9979be4657.zip
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.
Diffstat (limited to 'pkgs/tools/misc/ttfautohint')
-rw-r--r--pkgs/tools/misc/ttfautohint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ttfautohint/default.nix b/pkgs/tools/misc/ttfautohint/default.nix
index decbddcd477..4cbb2943d3c 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.1";
+  version = "1.8.2";
   name = "ttfautohint-${version}";
 
   src = fetchurl {
     url = "mirror://savannah/freetype/${name}.tar.gz";
-    sha256 = "1yflnydzdfkr8bi29yf42hb6h6525a4rdid3w8qjfk8rpqh53pqj";
+    sha256 = "19w9g1ksr0vyblgcirppj0279gfj5s902jblzgav5a4n2mq42rrq";
   };
 
   postAutoreconf = ''