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

poppler: 20.12.1 -> 21.01.0
This commit is contained in:
Jan Tojnar 2021-01-26 09:01:22 +01:00 committed by GitHub
commit f1a1677740
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 in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "poppler-${suffix}-${version}"; name = "poppler-${suffix}-${version}";
version = "20.12.1"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too! version = "21.01.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 = "0dbv1y9i5ahg6namz6gw2d0njnmrigr4a80dbxvnqad4q232banh"; sha256 = "sha256-AW3eNOX4aOqYoyypm2QzJaloIoFQCUK3ET9OyI0g4vM=";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];