1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

* Updated fribidi.

svn path=/nixpkgs/trunk/; revision=14497
This commit is contained in:
Eelco Dolstra 2009-03-10 17:24:15 +00:00
parent 731b77ac35
commit dfb3345149

View file

@ -1,9 +1,15 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "fribidi-0.10.7";
name = "fribidi-0.10.9";
src = fetchurl {
url = http://fribidi.org/download/fribidi-0.10.7.tar.gz;
md5 = "0f602ed32869dbc551dc6bc83d8a3d28";
url = http://fribidi.org/download/fribidi-0.10.9.tar.gz;
sha256 = "1d479wbygqmxcsyg3g7d6nmzlaa3wngy21ci5qcc5nhbyn97bz5q";
};
meta = {
homepage = http://fribidi.org/;
description = "GNU implementation of the Unicode Bidirectional Algorithm (bidi)";
};
}