harfbuzz: 2.7.4 -> 2.8.0

This commit is contained in:
R. RyanTM 2021-03-18 07:37:04 +00:00 committed by Frederik Rietdijk
parent 37e7ad02d3
commit 2b409213c0

View File

@ -11,7 +11,7 @@
}: }:
let let
version = "2.7.4"; version = "2.8.0";
inherit (lib) optional optionals optionalString; inherit (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 = "sha256-uMkniDNBQ2mxDmeM7K/YQtZ3Avh9RVXYe7XsUErGas8="; sha256 = "sha256-JnvOFGK2HWIpzuwgZtyt0IfKfnoXD1LMeVb3RzMmyY4=";
}; };
postPatch = '' postPatch = ''