about summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-10 01:12:06 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-06-13 10:54:40 +0200
commit858acc3ee50c0e5138c493de35b7cbbb36e6323d (patch)
treefc263afb4af1df37746dc66014ce52fcc58db796 /pkgs/development/libraries/harfbuzz
parent4aa1511b703ab6e8f6047a27886ff8fc48aa0140 (diff)
harfbuzz: 2.6.4 -> 2.6.7
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 c2a924c7e023f..823c123d52adc 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -8,7 +8,7 @@
 }:
 
 let
-  version = "2.6.4";
+  version = "2.6.7";
   inherit (stdenv.lib) optional optionals optionalString;
 in
 
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${version}.tar.xz";
-    sha256 = "04iwq13w6zkdhljmsxrzgg4fyh04qnwfn57rgrl9kmijc7cvh4wl";
+    sha256 = "065jg6s8xix45s4msj0l2r0iycw5yyyjdylripv7pyfzdk883r29";
   };
 
   postPatch = ''