Merge pull request #100198 from TredwellGit/harfbuzz

harfbuzz: 2.7.1 -> 2.7.2
This commit is contained in:
Mario Rodas 2020-10-11 11:56:38 -05:00 committed by GitHub
commit 653b6ae58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
}: }:
let let
version = "2.7.1"; version = "2.7.2";
inherit (stdenv.lib) optional optionals optionalString; inherit (stdenv.lib) optional optionals optionalString;
mesonFeatureFlag = opt: b: mesonFeatureFlag = opt: b:
"-D${opt}=${if b then "enabled" else "disabled"}"; "-D${opt}=${if b then "enabled" else "disabled"}";
@ -24,7 +24,7 @@ stdenv.mkDerivation {
owner = "harfbuzz"; owner = "harfbuzz";
repo = "harfbuzz"; repo = "harfbuzz";
rev = version; rev = version;
sha256 = "172jmwp666xbs6yy1pc2495gnkz8xw11b8zkz3j19jxlvvp4mxcs"; sha256 = "0vfyxr3lvzp80j1347nrwpr1ndv265p15rj2q8rj31lb26nyz4dm";
}; };
postPatch = '' postPatch = ''