summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-11 04:22:54 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-11 04:22:54 -0700
commit4488d3deb3226a2883ee85fb748ceeb7fc852006 (patch)
tree7fe56f2a5b1cf237431ec13758fbaef9da80864c /pkgs/development/libraries/harfbuzz
parent2698bb461fe36069a0bcfeec52d7c99eb476b134 (diff)
downloadnixlib-4488d3deb3226a2883ee85fb748ceeb7fc852006.tar
nixlib-4488d3deb3226a2883ee85fb748ceeb7fc852006.tar.gz
nixlib-4488d3deb3226a2883ee85fb748ceeb7fc852006.tar.bz2
nixlib-4488d3deb3226a2883ee85fb748ceeb7fc852006.tar.lz
nixlib-4488d3deb3226a2883ee85fb748ceeb7fc852006.tar.xz
nixlib-4488d3deb3226a2883ee85fb748ceeb7fc852006.tar.zst
nixlib-4488d3deb3226a2883ee85fb748ceeb7fc852006.zip
harfbuzz-icu: 1.8.1 -> 1.8.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/harfbuzz-icu/versions.
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 88caf7476d02..a0160a8440da 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -5,7 +5,7 @@
 }:
 
 let
-  version = "1.8.1";
+  version = "1.8.2";
   inherit (stdenv.lib) optional optionals optionalString;
 in
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${version}.tar.bz2";
-    sha256 = "0ifzhqbg4p6ka7ps5c7lapix09i9yy4z7achc1gf91dhvn967vgv";
+    sha256 = "0my6m9aqv4a8fc2pjwqx9pfdfh3a9mqvas4si4psi1b1867zi8y8";
   };
 
   outputs = [ "out" "dev" ];