summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-30 15:49:38 +0000
committerFliegendeWurst <2012gdwu+github@posteo.de>2022-01-26 12:47:44 +0100
commit1e711c2a254620b077577bc13434cafc675ff290 (patch)
tree5154891bea40065abd52bf46912b6fe0f5812cd6
parenthtmldoc: 1.9.12 -> 1.9.13 (diff)
downloadnixpkgs-1e711c2a254620b077577bc13434cafc675ff290.tar.gz
htmldoc: 1.9.13 -> 1.9.14
(cherry picked from commit a712326cfbb1a682d9b6d22ac448eee11b01cfc0)
-rw-r--r--pkgs/tools/typesetting/htmldoc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/htmldoc/default.nix b/pkgs/tools/typesetting/htmldoc/default.nix
index e29447011bc3..cd48a3fd8765 100644
--- a/pkgs/tools/typesetting/htmldoc/default.nix
+++ b/pkgs/tools/typesetting/htmldoc/default.nix
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "htmldoc";
- version = "1.9.13";
+ version = "1.9.14";
src = fetchFromGitHub {
owner = "michaelrsweet";
repo = "htmldoc";
rev = "v${version}";
- sha256 = "sha256-wAqH3BKNYbOXMbnaRhz4QZ/49stxC2Qf+yatKBv0i68=";
+ sha256 = "sha256-mPykntRKu2NrIIGYGNCATUC3k/dvRmVkjHyhBeFfQ2U=";
};
nativeBuildInputs = [ pkg-config ];