harfbuzz: 1.8.8 -> 1.9.0 (#47049)

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-10-02 15:40:39 -07:00 committed by xeji
parent b068e220ff
commit b85cb53c4d

View file

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