harfbuzz: 9.0.0 -> 10.0.1

This commit is contained in:
R. Ryantm 2024-10-01 21:40:52 +00:00
parent ed45f4b166
commit 4d84cf2982

View File

@ -33,11 +33,11 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "harfbuzz${lib.optionalString withIcu "-icu"}"; pname = "harfbuzz${lib.optionalString withIcu "-icu"}";
version = "9.0.0"; version = "10.0.1";
src = fetchurl { src = fetchurl {
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${finalAttrs.version}/harfbuzz-${finalAttrs.version}.tar.xz"; url = "https://github.com/harfbuzz/harfbuzz/releases/download/${finalAttrs.version}/harfbuzz-${finalAttrs.version}.tar.xz";
hash = "sha256-pBsnLO65IMVyY+yFFgRULZ7IXuMDBQbZRmIGfHtquJ4="; hash = "sha256-sssTvTUZBMuQOPkH3A3uCuBxJwYSQv41VrJ5XE6XSPw=";
}; };
postPatch = '' postPatch = ''