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

harfbuzz: 7.0.0 -> 7.0.1

authored by Martin Weinelt and committed by GitHub deb99b42 34e1b1c4

+2 -2
+2 -2
pkgs/development/libraries/harfbuzz/default.nix
··· 34 34 35 35 stdenv.mkDerivation rec { 36 36 pname = "harfbuzz${lib.optionalString withIcu "-icu"}"; 37 - version = "7.0.0"; 37 + version = "7.0.1"; 38 38 39 39 src = fetchurl { 40 40 url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"; 41 - hash = "sha256-e0aFtwZsXGuNxs17AvY8VU+4zBxN3PxEvChO+jwgzyg="; 41 + hash = "sha256-LPTT2PIlAHURmQo2o0GV8NZWLKVt8KiwiFs4KDeUgZk="; 42 42 }; 43 43 44 44 postPatch = ''