about summary refs log tree commit diff
diff options
context:
space:
mode:
authorScott Worley <scottworley@scottworley.com>2023-09-18 11:11:33 -0700
committerScott Worley <scottworley@scottworley.com>2023-09-18 11:11:33 -0700
commitdd4281be50acf3eff62f95e909aae76c6874af00 (patch)
tree39ff842d1fdab9ad0d6adf98134f6256c9ad2743
parentace5093e36ab1e95cb9463863491bee90d5a4183 (diff)
downloadnixlib-dd4281be50acf3eff62f95e909aae76c6874af00.tar
nixlib-dd4281be50acf3eff62f95e909aae76c6874af00.tar.gz
nixlib-dd4281be50acf3eff62f95e909aae76c6874af00.tar.bz2
nixlib-dd4281be50acf3eff62f95e909aae76c6874af00.tar.lz
nixlib-dd4281be50acf3eff62f95e909aae76c6874af00.tar.xz
nixlib-dd4281be50acf3eff62f95e909aae76c6874af00.tar.zst
nixlib-dd4281be50acf3eff62f95e909aae76c6874af00.zip
htmldoc: 1.9.16 -> 1.9.17
-rw-r--r--pkgs/tools/typesetting/htmldoc/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/typesetting/htmldoc/default.nix b/pkgs/tools/typesetting/htmldoc/default.nix
index 911d3eba87e9..02a1a97010c5 100644
--- a/pkgs/tools/typesetting/htmldoc/default.nix
+++ b/pkgs/tools/typesetting/htmldoc/default.nix
@@ -1,17 +1,17 @@
-{ lib, stdenv, testers, fetchFromGitHub, zlib, libpng, libjpeg, SystemConfiguration, Foundation, pkg-config, htmldoc }:
+{ lib, stdenv, testers, fetchFromGitHub, zlib, cups, libpng, libjpeg, SystemConfiguration, Foundation, pkg-config, htmldoc }:
 
 stdenv.mkDerivation rec {
   pname = "htmldoc";
-  version = "1.9.16";
+  version = "1.9.17";
   src = fetchFromGitHub {
     owner = "michaelrsweet";
     repo = "htmldoc";
     rev = "v${version}";
-    sha256 = "117cj5sfzl18gan53ld8lxb0wycizcp9jcakcs3nsvnss99rw3a6";
+    sha256 = "1qq45l1vxxa970cm0wjvgj0w88hd4vsisa85pf5i54yvfzf11sqw";
   };
 
   nativeBuildInputs = [ pkg-config ];
-  buildInputs = [ zlib libpng libjpeg ]
+  buildInputs = [ zlib cups libpng libjpeg ]
     ++ lib.optionals stdenv.isDarwin [ Foundation SystemConfiguration ];
 
   # do not generate universal binary on Darwin