mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 21:33:07 +00:00
harfbuzz: 2.7.1 -> 2.7.2
https://github.com/harfbuzz/harfbuzz/releases/tag/2.7.2
This commit is contained in:
parent
1882368e8a
commit
71164865ce
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user