poppler: 0.64.0 -> 0.65.0 (#40786)

This commit is contained in:
Benjamin Hipple 2018-05-22 12:22:42 -04:00 committed by xeji
parent 61a7b056fe
commit a7ab884128

View File

@ -8,7 +8,7 @@
}:
let # beware: updates often break cups-filters build
version = "0.64.0";
version = "0.65.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 = "1cb4gz3h7cfqyphhx71qc9mp417bdphchbfghmvhcy4zm4ngj7dj";
sha256 = "01wgvpi1l7nqkvixnmhmlpld0fjryhl7rlwvba6agz9yz1rwzj49";
};
outputs = [ "out" "dev" ];