summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-08-20 15:21:20 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-08-20 15:21:20 +0200
commitd911cc8d63aa4c65c907b5051eabf958c70be12d (patch)
tree663a37230d62a29d68f2427082d682ed410526c1 /pkgs/development/libraries/harfbuzz/default.nix
parent3f1fa380b2e3b4677f5ddea127ee5375a7aee770 (diff)
downloadnixlib-d911cc8d63aa4c65c907b5051eabf958c70be12d.tar
nixlib-d911cc8d63aa4c65c907b5051eabf958c70be12d.tar.gz
nixlib-d911cc8d63aa4c65c907b5051eabf958c70be12d.tar.bz2
nixlib-d911cc8d63aa4c65c907b5051eabf958c70be12d.tar.lz
nixlib-d911cc8d63aa4c65c907b5051eabf958c70be12d.tar.xz
nixlib-d911cc8d63aa4c65c907b5051eabf958c70be12d.tar.zst
nixlib-d911cc8d63aa4c65c907b5051eabf958c70be12d.zip
harfbuzz: minor update 1.0.1 -> 1.0.2
Diffstat (limited to 'pkgs/development/libraries/harfbuzz/default.nix')
-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 e1564661b426..866c7f43811f 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.1";
+  name = "harfbuzz-1.0.2";
 
   src = fetchurl {
     url = "http://www.freedesktop.org/software/harfbuzz/release/${name}.tar.bz2";
-    sha256 = "1a0fxw4sb6p82lz407d2wy31wln08v839ln1lpxjqbsab2nsg89j";
+    sha256 = "0rmlwfxyzdblnvg72hpfcz2py8rjflx0m08wlvfgq420cpwcmcxy";
   };
 
   outputs = [ "out" "doc" ];