harfbuzz: 7.0.1 -> 7.1.0

This commit is contained in:
R. Ryantm 2023-04-04 08:12:21 +00:00
parent 9572a3b2d8
commit 32d6a1d1db

View file

@ -34,11 +34,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "harfbuzz${lib.optionalString withIcu "-icu"}"; pname = "harfbuzz${lib.optionalString withIcu "-icu"}";
version = "7.0.1"; version = "7.1.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"; url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz";
hash = "sha256-LPTT2PIlAHURmQo2o0GV8NZWLKVt8KiwiFs4KDeUgZk="; hash = "sha256-8TWmHNRkye1ryYI3ZMGI8nbDhQqNyQRijeKoeWa3B3s=";
}; };
postPatch = '' postPatch = ''