qpdf: 8.2.1 -> 8.3.0
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:
parent
36c904d637
commit
f23a2042ba
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, libjpeg, zlib, perl }:
|
{ stdenv, fetchurl, fetchpatch, libjpeg, zlib, perl }:
|
||||||
|
|
||||||
let version = "8.2.1";
|
let version = "8.3.0";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qpdf-${version}";
|
name = "qpdf-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/qpdf/qpdf/${version}/${name}.tar.gz";
|
url = "mirror://sourceforge/qpdf/qpdf/${version}/${name}.tar.gz";
|
||||||
sha256 = "1jdb0jj72fjdp6xip4m7yz31r5x13zs7h4smnxsycgw3vbmx6igl";
|
sha256 = "1xwiqf6xkl9glpardak97ycy5f2bwjf8x0hwvf0acsxqj03a3hj6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user