about summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-28 15:19:25 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-04-28 15:19:25 +0000
commit626819899dd035b9c5b43d1208a2735765112253 (patch)
tree0122466bcfecd4a86e022fd53691ba0dde27a870 /pkgs/development/libraries/harfbuzz
parent3d83e351a91687c0310f9811374ae363cb08aed1 (diff)
harfbuzz: 7.1.0 -> 7.2.0
https://github.com/harfbuzz/harfbuzz/releases/tag/7.2.0
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 32d8ae0bafeb1..c8902cc5224f1 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -34,11 +34,11 @@
 
 stdenv.mkDerivation rec {
   pname = "harfbuzz${lib.optionalString withIcu "-icu"}";
-  version = "7.1.0";
+  version = "7.2.0";
 
   src = fetchurl {
     url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz";
-    hash = "sha256-8TWmHNRkye1ryYI3ZMGI8nbDhQqNyQRijeKoeWa3B3s=";
+    hash = "sha256-/FVgyAfq4O/V+VtapMZYAMeo7tZkIAimsefj//94c8w=";
   };
 
   postPatch = ''