about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-07-04 09:46:13 +0200
committerGitHub <noreply@github.com>2018-07-04 09:46:13 +0200
commitf11f7c1fc098e9945e464388c7f2319da6d55ab3 (patch)
tree57626ba479e698520532c585d660413d4eab7ecf /pkgs
parentab66731c848986ef83ebe85a76200c0196a9b0f2 (diff)
parentb30a745d215485ae9c8a5471a59be67242003923 (diff)
downloadnixlib-f11f7c1fc098e9945e464388c7f2319da6d55ab3.tar
nixlib-f11f7c1fc098e9945e464388c7f2319da6d55ab3.tar.gz
nixlib-f11f7c1fc098e9945e464388c7f2319da6d55ab3.tar.bz2
nixlib-f11f7c1fc098e9945e464388c7f2319da6d55ab3.tar.lz
nixlib-f11f7c1fc098e9945e464388c7f2319da6d55ab3.tar.xz
nixlib-f11f7c1fc098e9945e464388c7f2319da6d55ab3.tar.zst
nixlib-f11f7c1fc098e9945e464388c7f2319da6d55ab3.zip
Merge pull request #43005 from r-ryantm/auto-update/harfbuzz-icu
harfbuzz-icu: 1.8.0 -> 1.8.1
Diffstat (limited to 'pkgs')
-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 7c67ab48ad4c..88caf7476d02 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" ];