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

htmldoc: 1.9.12 -> 1.9.13
This commit is contained in:
Bobby Rong 2021-12-18 22:45:25 +08:00 committed by GitHub
commit 4308555595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "htmldoc";
version = "1.9.12";
version = "1.9.13";
src = fetchFromGitHub {
owner = "michaelrsweet";
repo = "htmldoc";
rev = "v${version}";
sha256 = "1dqima0g3j301wwzjxdhzk5pvfj724rl615gf8ssxxajfnid1gl0";
sha256 = "sha256-wAqH3BKNYbOXMbnaRhz4QZ/49stxC2Qf+yatKBv0i68=";
};
nativeBuildInputs = [ pkg-config ];