poppler: 0.85.0 -> 0.86.1

This commit is contained in:
R. RyanTM 2020-03-07 04:50:40 +00:00 committed by Jan Tojnar
parent a584339faf
commit 6187d5babc
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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" ];