harfbuzz: 1.8.2 -> 1.8.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/harfbuzz/versions.
This commit is contained in:
R. RyanTM 2018-08-17 02:28:29 -07:00
parent 249ba3d3ed
commit 7cb57d7530

View file

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