mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
doxygen: updated to version 1.7.4
svn path=/nixpkgs/trunk/; revision=27157
This commit is contained in:
parent
fb9de42ad1
commit
db7c4adb80
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, graphviz, perl, flex, bison, gnumake, libX11, libXext, qt}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "doxygen-1.7.1";
|
||||
name = "doxygen-1.7.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.stack.nl/pub/users/dimitri/${name}.src.tar.gz";
|
||||
sha256 = "0cfs96iqsddqwkimlzrkpzksm8dhi5fjai49fvhdfw2934xnz1jb";
|
||||
sha256 = "0rnzyp5f8c454fdkgpg5hpxwmx642spgxcpw3blbvnyw8129jp44";
|
||||
};
|
||||
|
||||
patches = [ ./tmake.patch ];
|
||||
|
|
Loading…
Reference in a new issue