Merge pull request #219284 from r-ryantm/auto-update/harfbuzz

harfbuzz: 7.0.0 -> 7.0.1
This commit is contained in:
Martin Weinelt 2023-03-04 01:25:12 +00:00 committed by GitHub
commit deb99b42bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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