Merge pull request #62196 from dtzWill/update/harfbuzz-2.5.0

harfbuzz: 2.3.1 -> 2.5.0
This commit is contained in:
Will Dietz 2019-05-30 23:12:51 -05:00 committed by GitHub
commit 9b65cb1719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
}: }:
let let
version = "2.3.1"; version = "2.5.0";
inherit (stdenv.lib) optional optionals optionalString; inherit (stdenv.lib) optional optionals optionalString;
in in
@ -16,8 +16,8 @@ stdenv.mkDerivation {
name = "harfbuzz${optionalString withIcu "-icu"}-${version}"; name = "harfbuzz${optionalString withIcu "-icu"}-${version}";
src = fetchurl { src = fetchurl {
url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${version}.tar.bz2"; url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${version}.tar.xz";
sha256 = "0s74ramsbfa183rxkidqgfd2vbhrwicnrqzqsq440dwibffnj1gj"; sha256 = "1vqnqkzz7ws29g5djf31jj6a9dbid8a27a8y4balmy5lipwp774m";
}; };
postPatch = '' postPatch = ''