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

poppler: 0.88.0 -> 0.89.0
This commit is contained in:
Jan Tojnar 2020-06-12 11:28:58 +02:00 committed by GitHub
commit c474c526a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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