3
0
Fork 0
forked from mirrors/nixpkgs

harfbuzz: update 1.0.2 -> 1.0.3

This commit is contained in:
Vladimír Čunát 2015-09-20 09:05:02 +02:00
parent d77588d127
commit 67ad72140b

View file

@ -8,11 +8,11 @@
# (icu is a ~30 MB dependency, the rest is very small in comparison)
stdenv.mkDerivation rec {
name = "harfbuzz-1.0.2";
name = "harfbuzz-1.0.3";
src = fetchurl {
url = "http://www.freedesktop.org/software/harfbuzz/release/${name}.tar.bz2";
sha256 = "0rmlwfxyzdblnvg72hpfcz2py8rjflx0m08wlvfgq420cpwcmcxy";
sha256 = "1xrxlrvgyr6mm9qjxmkif2kvcah082y94gf1vqi0f0bdl1g8gp7b";
};
outputs = [ "out" "doc" ];