Merge pull request #92829 from r-ryantm/auto-update/poppler-glib

poppler: 0.89.0 -> 0.90.0
This commit is contained in:
Jan Tojnar 2020-07-10 23:20:42 +02:00 committed by GitHub
commit 4be4ae71aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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