about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-07 04:50:40 +0000
committerJan Tojnar <jtojnar@gmail.com>2020-04-16 04:17:21 +0200
commit6187d5babc1e8c0b2df2bd16a1d8cf4cb9aed9c8 (patch)
tree5a6a0f9e7b3be85e7c64bc3af65ed9ac36f0cbb6
parenta584339fafc11907eb38c94d6934d9d2d30f8905 (diff)
downloadnixlib-6187d5babc1e8c0b2df2bd16a1d8cf4cb9aed9c8.tar
nixlib-6187d5babc1e8c0b2df2bd16a1d8cf4cb9aed9c8.tar.gz
nixlib-6187d5babc1e8c0b2df2bd16a1d8cf4cb9aed9c8.tar.bz2
nixlib-6187d5babc1e8c0b2df2bd16a1d8cf4cb9aed9c8.tar.lz
nixlib-6187d5babc1e8c0b2df2bd16a1d8cf4cb9aed9c8.tar.xz
nixlib-6187d5babc1e8c0b2df2bd16a1d8cf4cb9aed9c8.tar.zst
nixlib-6187d5babc1e8c0b2df2bd16a1d8cf4cb9aed9c8.zip
poppler: 0.85.0 -> 0.86.1
-rw-r--r--pkgs/development/libraries/poppler/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/poppler/default.nix b/pkgs/development/libraries/poppler/default.nix
index 20e492969458..bd842e7ecfb4 100644
--- a/pkgs/development/libraries/poppler/default.nix
+++ b/pkgs/development/libraries/poppler/default.nix
@@ -12,11 +12,11 @@ let
 in
 stdenv.mkDerivation rec {
   name = "poppler-${suffix}-${version}";
-  version = "0.85.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
+  version = "0.86.1"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
 
   src = fetchurl {
     url = "${meta.homepage}/poppler-${version}.tar.xz";
-    sha256 = "0jyr036scdly13hx5dxmsqp2p3jifc29h2by51msw0ih6bmpbj1b";
+    sha256 = "0v3z4mk1rr8i0c4cfkab7pnxdbil30j4cm4w6cqlq6cfghkhlqxg";
   };
 
   outputs = [ "out" "dev" ];