Merge pull request #182616 from jtojnar/harfbuzz

harfbuzz: 3.3.2 → 5.0.1
This commit is contained in:
Jan Tojnar 2022-07-25 17:02:29 +02:00 committed by GitHub
commit f327509779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
}:
let
version = "3.3.2";
version = "5.0.1";
inherit (lib) optional optionals optionalString;
mesonFeatureFlag = opt: b:
"-D${opt}=${if b then "enabled" else "disabled"}";
@ -44,7 +44,7 @@ stdenv.mkDerivation {
owner = "harfbuzz";
repo = "harfbuzz";
rev = version;
sha256 = "sha256-UbYqV7Ch9ugTIwSsCpjnS8H7tcv4P3OVpFDFDZtQCk0=";
sha256 = "sha256-01hpSTesPpUO2T9v1sq3VvCSFEOMyaxbHhX0vS1ms/k=";
};
postPatch = ''