Skip to content

Commit

Permalink
poppler: 0.85.0 -> 0.86.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed Apr 16, 2020
1 parent a584339 commit 6187d5b
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.85.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
version = "0.86.1"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!

src = fetchurl {
url = "${meta.homepage}/poppler-${version}.tar.xz";
sha256 = "0jyr036scdly13hx5dxmsqp2p3jifc29h2by51msw0ih6bmpbj1b";
sha256 = "0v3z4mk1rr8i0c4cfkab7pnxdbil30j4cm4w6cqlq6cfghkhlqxg";
};

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

0 comments on commit 6187d5b

Please sign in to comment.