summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-12-30 11:37:20 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-12-30 11:37:20 +0100
commitf9232183d03636f442ecfb37e4caea64c69e2682 (patch)
tree32813062897485201a4f1f5af5a266da185b7b69 /pkgs/development/libraries/harfbuzz
parentb6c06e216bb3bface40eb8ea6576b25f9b2971dd (diff)
downloadnixlib-f9232183d03636f442ecfb37e4caea64c69e2682.tar
nixlib-f9232183d03636f442ecfb37e4caea64c69e2682.tar.gz
nixlib-f9232183d03636f442ecfb37e4caea64c69e2682.tar.bz2
nixlib-f9232183d03636f442ecfb37e4caea64c69e2682.tar.lz
nixlib-f9232183d03636f442ecfb37e4caea64c69e2682.tar.xz
nixlib-f9232183d03636f442ecfb37e4caea64c69e2682.tar.zst
nixlib-f9232183d03636f442ecfb37e4caea64c69e2682.zip
harfbuzz: update 1.0.6 -> 1.1.2
Diffstat (limited to 'pkgs/development/libraries/harfbuzz')
-rw-r--r--pkgs/development/libraries/harfbuzz/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/harfbuzz/default.nix b/pkgs/development/libraries/harfbuzz/default.nix
index 26c5d2fa8254..d2546ebd496d 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -8,11 +8,11 @@
 # (icu is a ~30 MB dependency, the rest is very small in comparison)
 
 stdenv.mkDerivation rec {
-  name = "harfbuzz-1.0.6";
+  name = "harfbuzz-1.1.2";
 
   src = fetchurl {
     url = "http://www.freedesktop.org/software/harfbuzz/release/${name}.tar.bz2";
-    sha256 = "09ivk5m4y09ar4zi9r6db7gp234cy05h0ach7w22g9kqvkxsf5pn";
+    sha256 = "07s6z3hbrb4rdfgzmln169wxz4nm5y7qbr02ik5c7drxpn85fb2a";
   };
 
   outputs = [ "out" "doc" ];