From 557c36bdbaf73659a7feb53c059ebd4f36f315e0 Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Sat, 30 Mar 2024 14:15:49 +0530 Subject: [PATCH] harfbuzz: 8.3.1 -> 8.4.0 Diff: https://github.com/harfbuzz/harfbuzz/compare/8.3.1...8.4.0 Changelog: https://github.com/harfbuzz/harfbuzz/raw/8.4.0/NEWS Signed-off-by: Muhammad Falak R Wani --- pkgs/development/libraries/harfbuzz/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/harfbuzz/default.nix b/pkgs/development/libraries/harfbuzz/default.nix index dbfddd9ab5e4..e558428c67e0 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.1"; + version = "8.4.0"; src = fetchurl { url = "https://github.com/harfbuzz/harfbuzz/releases/download/${finalAttrs.version}/harfbuzz-${finalAttrs.version}.tar.xz"; - hash = "sha256-9z4erNfi/65oe8PwVrsMcFt6Ba7oYzdobgnaj8HCAww="; + hash = "sha256-r06nPiWrdIyMBjt4wviOSIM9ubKsNp4pvRFXAueJdV4="; }; postPatch = ''