Merge pull request #43005 from r-ryantm/auto-update/harfbuzz-icu

harfbuzz-icu: 1.8.0 -> 1.8.1
This commit is contained in:
Eelco Dolstra 2018-07-04 09:46:13 +02:00 committed by GitHub
commit f11f7c1fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
}:
let
version = "1.8.0";
version = "1.8.1";
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 = "18wnbq919k5h8pfm1pfy38gs1qzj1hnfr1wq989bix1n2jiii1d1";
sha256 = "0ifzhqbg4p6ka7ps5c7lapix09i9yy4z7achc1gf91dhvn967vgv";
};
outputs = [ "out" "dev" ];