lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

qpdf: 8.1.0 -> 8.2.1

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.

+2 -2
+2 -2
pkgs/development/libraries/qpdf/default.nix
··· 1 1 { stdenv, fetchurl, fetchpatch, libjpeg, zlib, perl }: 2 2 3 - let version = "8.1.0"; 3 + let version = "8.2.1"; 4 4 in 5 5 stdenv.mkDerivation rec { 6 6 name = "qpdf-${version}"; 7 7 8 8 src = fetchurl { 9 9 url = "mirror://sourceforge/qpdf/qpdf/${version}/${name}.tar.gz"; 10 - sha256 = "1m3hcgip6bzjx4gd7wq1328p8zi3pq5savzncdyln6l0lcklh7vx"; 10 + sha256 = "1jdb0jj72fjdp6xip4m7yz31r5x13zs7h4smnxsycgw3vbmx6igl"; 11 11 }; 12 12 13 13 nativeBuildInputs = [ perl ];