poppler: 20.12.1 -> 21.01.0

This commit is contained in:
R. RyanTM 2021-01-20 23:42:03 +00:00
parent 7a865aa59c
commit de90fb9262

View File

@ -12,11 +12,11 @@ let
in
stdenv.mkDerivation rec {
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 {
url = "${meta.homepage}/poppler-${version}.tar.xz";
sha256 = "0dbv1y9i5ahg6namz6gw2d0njnmrigr4a80dbxvnqad4q232banh";
sha256 = "sha256-AW3eNOX4aOqYoyypm2QzJaloIoFQCUK3ET9OyI0g4vM=";
};
outputs = [ "out" "dev" ];