Merge pull request #118086 from r-ryantm/auto-update/qpdf

qpdf: 10.2.0 -> 10.3.1
This commit is contained in:
Robert Scott 2021-04-02 13:38:42 +01:00 committed by GitHub
commit 531502481b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qpdf";
version = "10.2.0";
version = "10.3.1";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "release-qpdf-${version}";
sha256 = "sha256-KiO2iIrLLjPhHTiR/FKEGRJOhdVV2kcZK9sdyCqONC8=";
sha256 = "sha256-iZUJjr9e+d90XA8YEFFwyRR0HjgPgBi6V5gIpVQMcV8=";
};
nativeBuildInputs = [ perl ];