qpdf: 9.0.1 -> 9.0.2 (#71856)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qpdf/versions
This commit is contained in:
R. RyanTM 2019-10-24 02:52:51 -07:00 committed by Renaud
parent afc43c30ec
commit 12c9003b02

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, libjpeg, zlib, perl }:
let version = "9.0.1";
let version = "9.0.2";
in
stdenv.mkDerivation rec {
pname = "qpdf";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://sourceforge/qpdf/qpdf/${version}/${pname}-${version}.tar.gz";
sha256 = "0lhgb82s2402ad2yiswkj227vjlw9zypphdfdivfkbril7dg6495";
sha256 = "0b6jhhsifgiwrznxxi3h7hqm7bi91wph65jjbvs4g2860vcm296h";
};
nativeBuildInputs = [ perl ];