summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-05-22 13:25:53 -0500
committerGitHub <noreply@github.com>2023-05-22 13:25:53 -0500
commit38ed36c8dc47880c0d429b7bfe22e723a97e01de (patch)
treef988ca25e7c5a199e0c50ed67c0e26b83d5f0f66
parent8b49a663b0a6436285a03b935485871c83758151 (diff)
parent37bb0dc70d30ae3fd60070140b24791db6797b6d (diff)
downloadnixpkgs-38ed36c8dc47880c0d429b7bfe22e723a97e01de.tar
nixpkgs-38ed36c8dc47880c0d429b7bfe22e723a97e01de.tar.gz
nixpkgs-38ed36c8dc47880c0d429b7bfe22e723a97e01de.tar.bz2
nixpkgs-38ed36c8dc47880c0d429b7bfe22e723a97e01de.tar.lz
nixpkgs-38ed36c8dc47880c0d429b7bfe22e723a97e01de.tar.xz
nixpkgs-38ed36c8dc47880c0d429b7bfe22e723a97e01de.tar.zst
nixpkgs-38ed36c8dc47880c0d429b7bfe22e723a97e01de.zip
Merge pull request #232930 from r-ryantm/auto-update/harfbuzz
harfbuzz: 7.2.0 -> 7.3.0
-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 24d00992eaa..41e29d0d88a 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.2.0";
+  version = "7.3.0";
 
   src = fetchurl {
     url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz";
-    hash = "sha256-/FVgyAfq4O/V+VtapMZYAMeo7tZkIAimsefj//94c8w=";
+    hash = "sha256-IHcHiXSaybqEbfM5g9vaItuDbHDZ9dBQy5qlNHCUqPs=";
   };
 
   postPatch = ''