harfbuzz: 2.7.2 -> 2.7.4

master
R. RyanTM 2021-01-30 05:04:45 +00:00 committed by Jan Tojnar
parent 49cfaceb40
commit ccef37dc22
1 changed files with 2 additions and 2 deletions

View File

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