htmldoc: 1.9.18 -> 1.9.19

This commit is contained in:
R. Ryantm 2024-11-22 02:12:29 +00:00
parent 4e7bbd80cc
commit fb3a557a4b

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "htmldoc";
version = "1.9.18";
version = "1.9.19";
src = fetchFromGitHub {
owner = "michaelrsweet";
repo = "htmldoc";
rev = "v${version}";
sha256 = "sha256-fibk58X0YtQ8vh8Lyqp9ZAsC79BjCptiqUA5t5Hiisg=";
sha256 = "sha256-JNZoPAXriaYpeiwO9GaxGPwiGohwIK1skhq/Ot/UUvI=";
};
nativeBuildInputs = [ pkg-config ];