Skip to content

Commit

Permalink
pdf2djvu: 0.9.5 -> 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Oct 22, 2017
1 parent 3c32c41 commit f94d6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/typesetting/pdf2djvu/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, djvulibre, poppler, fontconfig, libjpeg }:

stdenv.mkDerivation rec {
version = "0.9.5";
version = "0.9.7";
name = "pdf2djvu-${version}";

src = fetchurl {
url = "https://github.com/jwilk/pdf2djvu/releases/download/${version}/${name}.tar.xz";
sha256 = "0fr8b44rsqll2m6qnh9id1lfc980k7rj3aq975mwba4y57rwnlnc";
sha256 = "1h92f9prx69wz9h57lncxj8ddh2xg6q7hjhlqqzzf30k59il4zcy";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit f94d6f7

Please sign in to comment.