Merge pull request #39742 from r-ryantm/auto-update/poppler-utils

poppler: 0.63.0 -> 0.64.0
This commit is contained in:
xeji 2018-05-05 22:48:11 +02:00 committed by GitHub
commit 712e8f24e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
}:
let # beware: updates often break cups-filters build
version = "0.63.0";
version = "0.64.0";
mkFlag = optset: flag: "-DENABLE_${flag}=${if optset then "on" else "off"}";
in
stdenv.mkDerivation rec {
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/poppler-${version}.tar.xz";
sha256 = "04d1z1ygyb3llzc6s6c99wxafvljj2sc5b76djif34f7mzfqmk17";
sha256 = "1cb4gz3h7cfqyphhx71qc9mp417bdphchbfghmvhcy4zm4ngj7dj";
};
outputs = [ "out" "dev" ];