summary refs log tree commit diff
path: root/pkgs/development/tools/documentation
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-04-15 19:21:19 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-04-21 08:33:04 +0200
commitc9576a4b744e822568958875b3a3f7876dc50f46 (patch)
treeea216562d98ca5323a34be0e67392f0071ff2d01 /pkgs/development/tools/documentation
parent9073a0cb8b2f419785a60969e11e96733f29b200 (diff)
downloadnixpkgs-c9576a4b744e822568958875b3a3f7876dc50f46.tar
nixpkgs-c9576a4b744e822568958875b3a3f7876dc50f46.tar.gz
nixpkgs-c9576a4b744e822568958875b3a3f7876dc50f46.tar.bz2
nixpkgs-c9576a4b744e822568958875b3a3f7876dc50f46.tar.lz
nixpkgs-c9576a4b744e822568958875b3a3f7876dc50f46.tar.xz
nixpkgs-c9576a4b744e822568958875b3a3f7876dc50f46.tar.zst
nixpkgs-c9576a4b744e822568958875b3a3f7876dc50f46.zip
doxygen: 1.8.17 -> 1.8.18
Diffstat (limited to 'pkgs/development/tools/documentation')
-rw-r--r--pkgs/development/tools/documentation/doxygen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/documentation/doxygen/default.nix b/pkgs/development/tools/documentation/doxygen/default.nix
index d7ad57d847c..a8e5f179916 100644
--- a/pkgs/development/tools/documentation/doxygen/default.nix
+++ b/pkgs/development/tools/documentation/doxygen/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec {
 
-  name = "doxygen-1.8.17";
+  name = "doxygen-1.8.18";
 
   src = fetchurl {
     urls = [
       "mirror://sourceforge/doxygen/${name}.src.tar.gz" # faster, with https, etc.
       "http://doxygen.nl/files/${name}.src.tar.gz"
     ];
-    sha256 = "16dmv0gm1x8rvbm82fmjvi213q8fxqxinm75pcf595flya59ific";
+    sha256 = "0mh6s1ri1fs5yb27m0avnjsbcxpchgb9aaprq4bd3lj6vjg3s5qq";
   };
 
   nativeBuildInputs = [