Updating doxygen from 1.5.8 to 1.6.1

svn path=/nixpkgs/trunk/; revision=18099
This commit is contained in:
Lluís Batlle i Rossell 2009-11-04 14:58:39 +00:00
parent 25a675da23
commit ae1f064c0c
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, graphviz, perl, flex, bison, gnumake, libX11, libXext, qt}:
stdenv.mkDerivation rec {
name = "doxygen-1.5.8";
name = "doxygen-1.6.1";
src = fetchurl {
url = "ftp://ftp.stack.nl/pub/users/dimitri/${name}.src.tar.gz";
sha256 = "1y2gyijhknam51jyh5ja2z5hlj0mr7r328rrwf27g7ljgsphlm01";
sha256 = "1lrrsljidil1860a8528qy3hiif5y47i89n1x1zhyjm1abqfsnjc";
};
patches = [ ./tmake.patch ];