harfbuzz: 7.0.1 -> 7.1.0
This commit is contained in:
parent
9572a3b2d8
commit
32d6a1d1db
1 changed files with 2 additions and 2 deletions
|
@ -34,11 +34,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "harfbuzz${lib.optionalString withIcu "-icu"}";
|
pname = "harfbuzz${lib.optionalString withIcu "-icu"}";
|
||||||
version = "7.0.1";
|
version = "7.1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz";
|
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz";
|
||||||
hash = "sha256-LPTT2PIlAHURmQo2o0GV8NZWLKVt8KiwiFs4KDeUgZk=";
|
hash = "sha256-8TWmHNRkye1ryYI3ZMGI8nbDhQqNyQRijeKoeWa3B3s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue