harfbuzz: 2.7.2 -> 2.7.4
This commit is contained in:
parent
49cfaceb40
commit
ccef37dc22
@ -11,7 +11,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.7.2";
|
version = "2.7.4";
|
||||||
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 = "0vfyxr3lvzp80j1347nrwpr1ndv265p15rj2q8rj31lb26nyz4dm";
|
sha256 = "sha256-uMkniDNBQ2mxDmeM7K/YQtZ3Avh9RVXYe7XsUErGas8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user