Merge #45224: harfbuzz: 1.8.2 -> 1.8.8

It builds, NEWS seem safe enough.
This commit is contained in:
Vladimír Čunát 2018-08-18 12:29:12 +02:00
commit 65af43026a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -6,7 +6,7 @@
}:
let
version = "1.8.2";
version = "1.8.8";
inherit (stdenv.lib) optional optionals optionalString;
in
@ -15,7 +15,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${version}.tar.bz2";
sha256 = "0my6m9aqv4a8fc2pjwqx9pfdfh3a9mqvas4si4psi1b1867zi8y8";
sha256 = "1ag3scnm1fcviqgx2p4858y433mr0ndqw6zccnccrqcr9mpcird8";
};
postPatch = ''