qpdf: 7.0.0 -> 7.1.1

This commit is contained in:
Andreas Rammhold 2018-02-13 12:22:50 +01:00
parent 2bfda206c4
commit 5856b4270e
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, libjpeg, zlib, perl }:
let version = "7.0.0";
let version = "7.1.1";
in
stdenv.mkDerivation rec {
name = "qpdf-${version}";
src = fetchurl {
url = "mirror://sourceforge/qpdf/qpdf/${version}/${name}.tar.gz";
sha256 = "0py6p27fx4qrwq9mvcybna42b0bdi359x38lzmggxl5a9khqvl7y";
sha256 = "1ypjxm74dhn9c4mj027zzkh0z4kpw9xiqwh3pjmmghm502hby3ca";
};
nativeBuildInputs = [ perl ];