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
1 changed files with 4 additions and 2 deletions

View File

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