doxygen: 1.15.0 -> 1.16.0 (#477323)

This commit is contained in:
Fabián Heredia Montiel
2026-01-13 20:15:08 +00:00
committed by GitHub
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doxygen";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "doxygen";
repo = "doxygen";
tag = "Release_${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
hash = "sha256-HbUAIfkfP0Tvb2NLSerTSL8A+8Ox2thgGL2/zGLkZdc=";
hash = "sha256-pVO5hSKSwhR8ZiKaHhiTUMGnLD+EqIbzVxMUUHl5x0c=";
};
# https://github.com/doxygen/doxygen/issues/10928#issuecomment-2179320509