doxygen: update from 1.8.3.1 to 1.8.5

This commit is contained in:
Nixpkgs Monitor 2013-12-15 12:32:24 +02:00 committed by Evgeny Egorochkin
parent 680a6380c8
commit 38803914d6

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl, perl, flex, bison, qt4 }: { stdenv, fetchurl, perl, flex, bison, qt4 }:
let let
name = "doxygen-1.8.3.1"; name = "doxygen-1.8.5";
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 = "0m9bwxg9g2h5fp9as0l0rmibm9ing39nssfrn3608v0v21l9yx0c"; sha256 = "09fcsz1rd4a9njsz3as7z8s3mk621pvcclavxbb6ib8jvdkqnfi4";
}; };
patches = [ ./tmake.patch ]; patches = [ ./tmake.patch ];