harfbuzz: 7.0.0 -> 7.0.1

This commit is contained in:
R. Ryantm 2023-03-03 02:23:05 +00:00
parent 255f62ed45
commit be702986e1

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 = ''