3
0
Fork 0
forked from mirrors/nixpkgs

Updating doxygen to 1.8.1. It fixes some parsing issues in 1.8.0.

svn path=/nixpkgs/trunk/; revision=34496
This commit is contained in:
Lluís Batlle i Rossell 2012-06-13 12:44:52 +00:00
parent 5487fbe94a
commit c5e03fecce

View file

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