Skip to content

Commit

Permalink
Merge pull request #87082 from r-ryantm/auto-update/poppler-glib
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed May 6, 2020
2 parents eed1975 + 410c9ed commit a0c2484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/poppler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ let
in
stdenv.mkDerivation rec {
name = "poppler-${suffix}-${version}";
version = "0.87.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
version = "0.88.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!

src = fetchurl {
url = "${meta.homepage}/poppler-${version}.tar.xz";
sha256 = "b2ArnCTC0FeAvpPnMGIBAS5BRZ8om4J5onp5QxrUFQ4=";
sha256 = "1isns9s484irq9ir4hbhpyqf6af2xzswh2pfrvk1k9d5x423hidl";
};

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit a0c2484

Please sign in to comment.