Skip to content

Commit

Permalink
poppler_0_61: 0.61.0 -> 0.61.1
Browse files Browse the repository at this point in the history
(cherry picked from commit b9593f1)
  • Loading branch information
risicle authored and ttuegel committed Oct 13, 2019
1 parent 31c7bef commit 8b64f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/poppler/0.61.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
}:

let
version = "0.61.0";
version = "0.61.1";
mkFlag = optset: flag: "-DENABLE_${flag}=${if optset then "on" else "off"}";
in
stdenv.mkDerivation rec {
name = "poppler-${suffix}-${version}";

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

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

0 comments on commit 8b64f71

Please sign in to comment.