about summary refs log tree commit diff
path: root/pkgs/development/libraries/harfbuzz
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-24 23:08:07 +0100
committerGitHub <noreply@github.com>2024-03-24 23:08:07 +0100
commit95546046737f955f9f62722e48be1bb249e8fbc5 (patch)
tree75cc55bc674fa0dd6a86b75fe951b445fd082ff8 /pkgs/development/libraries/harfbuzz
parentc604e73bb10df49490459961ac79eaf36dffc8a6 (diff)
parent2836864a9994863f014362668aa1d0b82496a877 (diff)
Merge pull request #296628 from r-ryantm/auto-update/harfbuzz
harfbuzz: 8.3.0 -> 8.3.1
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 72ec69bc177b7..dbfddd9ab5e4e 100644
--- a/pkgs/development/libraries/harfbuzz/default.nix
+++ b/pkgs/development/libraries/harfbuzz/default.nix
@@ -33,11 +33,11 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "harfbuzz${lib.optionalString withIcu "-icu"}";
-  version = "8.3.0";
+  version = "8.3.1";
 
   src = fetchurl {
     url = "https://github.com/harfbuzz/harfbuzz/releases/download/${finalAttrs.version}/harfbuzz-${finalAttrs.version}.tar.xz";
-    hash = "sha256-EJUB6uuL3j6tsl+rQWTpk/us4pw9d1vKocHlji8V+Ec=";
+    hash = "sha256-9z4erNfi/65oe8PwVrsMcFt6Ba7oYzdobgnaj8HCAww=";
   };
 
   postPatch = ''