Merge pull request #288195 from r-ryantm/auto-update/htmldoc

htmldoc: 1.9.17 -> 1.9.18
This commit is contained in:
Weijia Wang
2024-03-07 09:09:09 +01:00
committed by GitHub
+2 -2
View File
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "htmldoc";
version = "1.9.17";
version = "1.9.18";
src = fetchFromGitHub {
owner = "michaelrsweet";
repo = "htmldoc";
rev = "v${version}";
sha256 = "1qq45l1vxxa970cm0wjvgj0w88hd4vsisa85pf5i54yvfzf11sqw";
sha256 = "sha256-fibk58X0YtQ8vh8Lyqp9ZAsC79BjCptiqUA5t5Hiisg=";
};
nativeBuildInputs = [ pkg-config ];