doxygen: update to 1.8.3.1

There are many bugfixes and some new features over 1.8.1.
This commit is contained in:
Carles Pagès 2013-03-22 15:44:27 +01:00
parent 6f64c0c6d6
commit 381660cf31
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl, perl, flex, bison, qt4 }: { stdenv, fetchurl, perl, flex, bison, qt4 }:
let let
name = "doxygen-1.8.1"; name = "doxygen-1.8.3.1";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
inherit name; inherit name;
src = fetchurl { src = fetchurl {
url = "ftp://ftp.stack.nl/pub/users/dimitri/${name}.src.tar.gz"; url = "ftp://ftp.stack.nl/pub/users/dimitri/${name}.src.tar.gz";
sha256 = "0qmprax8d5fwx6sc7x9l06ilh2ffgvm6xs0rh54k3v5q5879r7mg"; sha256 = "0m9bwxg9g2h5fp9as0l0rmibm9ing39nssfrn3608v0v21l9yx0c";
}; };
patches = [ ./tmake.patch ]; patches = [ ./tmake.patch ];