fribidi: 0.19.6 -> 0.19.7

This commit is contained in:
Ram Kromberg 2016-09-15 11:39:29 +03:00
parent fa507771ac
commit daefc5d9e2

View File

@ -2,15 +2,17 @@
stdenv.mkDerivation rec {
name = "fribidi-${version}";
version = "0.19.6";
version = "0.19.7";
src = fetchurl {
url = "http://fribidi.org/download/${name}.tar.bz2";
sha256 = "0zg1hpaml34ny74fif97j7ngrshlkl3wk3nja3gmlzl17i1bga6b";
sha256 = "13jsb5qadlhsaxkbrb49nqslmbh904vvzhsm5mm2ghmv29i2l8h8";
};
hardeningDisable = [ "format" ];
outputs = [ "out" "devdoc" ];
meta = with stdenv.lib; {
homepage = http://fribidi.org/;
description = "GNU implementation of the Unicode Bidirectional Algorithm (bidi)";