lol

Merge pull request #207041 from 2xsaiko/outgoing/harfbuzz6

harfbuzz: 5.3.1 -> 6.0.0

authored by

Robert Scott and committed by
GitHub
6f63cf86 0fee8202

+2 -12
+2 -12
pkgs/development/libraries/harfbuzz/default.nix
··· 32 32 33 33 stdenv.mkDerivation rec { 34 34 pname = "harfbuzz${lib.optionalString withIcu "-icu"}"; 35 - version = "5.3.1"; 35 + version = "6.0.0"; 36 36 37 37 src = fetchurl { 38 38 url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"; 39 - sha256 = "sha256-Smzgl7dagSH6zEuoO1sIO/7GV/RbADzVo0JPKua0Q00="; 39 + sha256 = "HRAQoXUdB21SkeQzwThQKnlNZ5p0mNEmjuIeLUoUDrQ="; 40 40 }; 41 - 42 - patches = [ 43 - # Pick upstream patch for exported symbol test failing on darwin 44 - # https://github.com/harfbuzz/harfbuzz/issues/3850 45 - (fetchpatch { 46 - name = "harfbuzz-fix-check-symbol-tests-lto-and-darwin.patch"; 47 - url = "https://github.com/harfbuzz/harfbuzz/commit/b0b7a65388da25ae3fa01e969ad6abc67eed4f49.patch"; 48 - sha256 = "0my064r88pikw6q70hbgf6hwfkw544b9f5ai73qhn2a3c83jqn06"; 49 - }) 50 - ]; 51 41 52 42 postPatch = '' 53 43 patchShebangs src/*.py test