Merge pull request #214625 from jtojnar/poppler

poppler: 22.11.0 → 23.02.0
This commit is contained in:
Jan Tojnar 2023-02-05 16:31:14 +01:00 committed by GitHub
commit bc4a689c8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "poppler-data";
version = "0.4.11";
version = "0.4.12";
src = fetchurl {
url = "https://poppler.freedesktop.org/${pname}-${version}.tar.gz";
sha256 = "LOwFzRuwOvmKiwah4i9ubhplseLzgWyzBpuwh0gl8Iw=";
sha256 = "yDW2QKQM41fhuDZmqr2V7f+iTd3dSbja/2OtuFHNq3Q=";
};
nativeBuildInputs = [

View file

@ -47,13 +47,13 @@ let
in
stdenv.mkDerivation (finalAttrs: rec {
pname = "poppler-${suffix}";
version = "22.11.0"; # beware: updates often break cups-filters build, check texlive and scribus too!
version = "23.02.0"; # beware: updates often break cups-filters build, check texlive and scribus too!
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://poppler.freedesktop.org/poppler-${version}.tar.xz";
hash = "sha256-CTuphE7XdChVFzYcFeIaMbpN8nikmSY9RAPMp08tqCg=";
hash = "sha256-MxXdonD+KzXPH0HSdZSMOWUvqGO5DeB2b2spPZpVj8k=";
};
nativeBuildInputs = [