htmldoc: 1.9.18 -> 1.9.19 (#358039)

This commit is contained in:
Thomas Gerbet 2024-11-26 23:33:00 +01:00 committed by GitHub
commit bf306abcc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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