harfbuzz: 8.4.0 -> 9.0.0

This commit is contained in:
R. Ryantm
2024-07-07 19:51:29 +02:00
committed by Weijia Wang
parent f60c6b6c78
commit 9d5d41542d
@@ -33,11 +33,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "harfbuzz${lib.optionalString withIcu "-icu"}";
version = "8.4.0";
version = "9.0.0";
src = fetchurl {
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${finalAttrs.version}/harfbuzz-${finalAttrs.version}.tar.xz";
hash = "sha256-r06nPiWrdIyMBjt4wviOSIM9ubKsNp4pvRFXAueJdV4=";
hash = "sha256-pBsnLO65IMVyY+yFFgRULZ7IXuMDBQbZRmIGfHtquJ4=";
};
postPatch = ''