harfbuzz-icu: 1.7.6 -> 1.8.0

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-icu/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.8.0 with grep in /nix/store/pmvppvi868g4ibbvs9gjwi3ph762g3jr-harfbuzz-icu-1.8.0
- directory tree listing: https://gist.github.com/bb27570dfb82354e8c73dae012fd6813
- du listing: https://gist.github.com/091761781e243362ba103066c2496295
This commit is contained in:
R. RyanTM 2018-06-08 06:37:31 -07:00
parent 07ebb8bb79
commit e24bbdcc97

View File

@ -5,7 +5,7 @@
}:
let
version = "1.7.6";
version = "1.8.0";
inherit (stdenv.lib) optional optionals optionalString;
in
@ -14,7 +14,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${version}.tar.bz2";
sha256 = "16rf7qwgy1gza74v2ws79zdwwb1lpvgz2abwwm8ws9j82cwysyys";
sha256 = "18wnbq919k5h8pfm1pfy38gs1qzj1hnfr1wq989bix1n2jiii1d1";
};
outputs = [ "out" "dev" ];