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

This commit is contained in:
Jan Tojnar 2020-12-26 16:06:42 +01:00 committed by GitHub
commit 7f8fcb2084
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 = "20.08.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
version = "20.12.1"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
src = fetchurl {
url = "${meta.homepage}/poppler-${version}.tar.xz";
sha256 = "19gchq6fpa00ic5rn1zmjzxx85cif4hbdrsjcfd2aqxz9gqgwrdf";
sha256 = "0dbv1y9i5ahg6namz6gw2d0njnmrigr4a80dbxvnqad4q232banh";
};
outputs = [ "out" "dev" ];