Merge pull request #182616 from jtojnar/harfbuzz

harfbuzz: 3.3.2 → 5.0.1

authored by Jan Tojnar and committed by GitHub f3275097 a3ed2ebf

+2 -2
+2 -2
pkgs/development/libraries/harfbuzz/default.nix
··· 30 }: 31 32 let 33 - version = "3.3.2"; 34 inherit (lib) optional optionals optionalString; 35 mesonFeatureFlag = opt: b: 36 "-D${opt}=${if b then "enabled" else "disabled"}"; ··· 44 owner = "harfbuzz"; 45 repo = "harfbuzz"; 46 rev = version; 47 - sha256 = "sha256-UbYqV7Ch9ugTIwSsCpjnS8H7tcv4P3OVpFDFDZtQCk0="; 48 }; 49 50 postPatch = ''
··· 30 }: 31 32 let 33 + version = "5.0.1"; 34 inherit (lib) optional optionals optionalString; 35 mesonFeatureFlag = opt: b: 36 "-D${opt}=${if b then "enabled" else "disabled"}"; ··· 44 owner = "harfbuzz"; 45 repo = "harfbuzz"; 46 rev = version; 47 + sha256 = "sha256-01hpSTesPpUO2T9v1sq3VvCSFEOMyaxbHhX0vS1ms/k="; 48 }; 49 50 postPatch = ''