htmldoc: 1.9.17 -> 1.9.18

This commit is contained in:
R. Ryantm 2024-02-12 03:55:54 +00:00
parent 9969aa079a
commit 4068b77f5b

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 ];