mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
fribidi: 0.19.6 -> 0.19.7
This commit is contained in:
parent
fa507771ac
commit
daefc5d9e2
@ -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)";
|
||||
|
Loading…
Reference in New Issue
Block a user