poppler: 0.84.0 -> 0.85.0

This commit is contained in:
R. RyanTM 2020-02-13 08:40:30 +00:00
parent 424697d512
commit d4a31f97e0

View File

@ -12,11 +12,11 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "poppler-${suffix}-${version}"; name = "poppler-${suffix}-${version}";
version = "0.84.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too! version = "0.85.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
src = fetchurl { src = fetchurl {
url = "${meta.homepage}/poppler-${version}.tar.xz"; url = "${meta.homepage}/poppler-${version}.tar.xz";
sha256 = "0ccp2gx05cz5y04k5pgbyi4ikyq60nafa7x2yx4aaf1vfkd318f7"; sha256 = "0jyr036scdly13hx5dxmsqp2p3jifc29h2by51msw0ih6bmpbj1b";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];