3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

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