poppler: 22.01.0 → 22.03.0
https://lists.freedesktop.org/archives/poppler/2022-February/015055.html https://lists.freedesktop.org/archives/poppler/2022-March/015089.html
This commit is contained in:
parent
c78b2de16f
commit
70222ad792
1 changed files with 4 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
, ninja
|
||||
, openjpeg
|
||||
, pkg-config
|
||||
, python3
|
||||
, scribusUnstable
|
||||
, texlive
|
||||
, zlib
|
||||
|
@ -34,19 +35,20 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "poppler-${suffix}";
|
||||
version = "22.01.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
|
||||
version = "22.03.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://poppler.freedesktop.org/poppler-${version}.tar.xz";
|
||||
sha256 = "sha256-fTSTBWtbhkE+XGk8LK4CxcBs2OYY0UwsMeLIS2eyMT4=";
|
||||
sha256 = "sha256-cox4upTXWlX2tjVdT72qb0mTTZYWvljl5nmpz9CYDh4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
pkg-config
|
||||
python3
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue