doxygen: 1.16.0 -> 1.16.1

This commit is contained in:
R. Ryantm
2026-02-24 20:43:01 +00:00
parent b2b412fd48
commit e8601e4c83
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doxygen";
version = "1.16.0";
version = "1.16.1";
src = fetchFromGitHub {
owner = "doxygen";
repo = "doxygen";
tag = "Release_${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
hash = "sha256-pVO5hSKSwhR8ZiKaHhiTUMGnLD+EqIbzVxMUUHl5x0c=";
hash = "sha256-MszJpYdXaC8BYK1lSV1LpJncKN1LrFoyJXZajpz0HIA=";
};
# https://github.com/doxygen/doxygen/issues/10928#issuecomment-2179320509