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-04 00:22:11 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 00:22:11 -0700
commitb30a745d215485ae9c8a5471a59be67242003923 (patch)
treec5eecd93bedcebdafc4f80ac97ee1fde097c0ccc /pkgs/development/libraries/harfbuzz
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
downloadnixpkgs-b30a745d215485ae9c8a5471a59be67242003923.tar
nixpkgs-b30a745d215485ae9c8a5471a59be67242003923.tar.gz
nixpkgs-b30a745d215485ae9c8a5471a59be67242003923.tar.bz2
nixpkgs-b30a745d215485ae9c8a5471a59be67242003923.tar.lz
nixpkgs-b30a745d215485ae9c8a5471a59be67242003923.tar.xz
nixpkgs-b30a745d215485ae9c8a5471a59be67242003923.tar.zst
nixpkgs-b30a745d215485ae9c8a5471a59be67242003923.zip
harfbuzz-icu: 1.8.0 -> 1.8.1
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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.8.1 with grep in /nix/store/419wp0z2096xs6kp9zlj20hys61clnay-harfbuzz-icu-1.8.1
- directory tree listing: https://gist.github.com/e7c8b4aebf0715a6aee75d6fe6d3e8e1
- du listing: https://gist.github.com/ff39237157e9c975f8c6d8a66326c6b7
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 7c67ab48ad4..88caf7476d0 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -5,7 +5,7 @@
 }:
 
 let
-  version = "1.8.0";
+  version = "1.8.1";
   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 = "18wnbq919k5h8pfm1pfy38gs1qzj1hnfr1wq989bix1n2jiii1d1";
+    sha256 = "0ifzhqbg4p6ka7ps5c7lapix09i9yy4z7achc1gf91dhvn967vgv";
   };
 
   outputs = [ "out" "dev" ];