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

authored by Martin Weinelt and committed by GitHub 9418c105 184432f4

+2 -2
+2 -2
pkgs/development/libraries/harfbuzz/default.nix
··· 24 24 }: 25 25 26 26 let 27 - version = "3.2.0"; 27 + version = "3.3.2"; 28 28 inherit (lib) optional optionals optionalString; 29 29 mesonFeatureFlag = opt: b: 30 30 "-D${opt}=${if b then "enabled" else "disabled"}"; ··· 39 39 owner = "harfbuzz"; 40 40 repo = "harfbuzz"; 41 41 rev = version; 42 - sha256 = "sha256-iNYp/hyJTaaF6e09YpUL7ktBhq2wRN9zKiEH59WLbYU="; 42 + sha256 = "sha256-UbYqV7Ch9ugTIwSsCpjnS8H7tcv4P3OVpFDFDZtQCk0="; 43 43 }; 44 44 45 45 postPatch = ''