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

qpdf: 11.1.1 -> 11.2.0
This commit is contained in:
Robert Scott 2022-11-25 18:49:49 +00:00 committed by GitHub
commit 892fa56053
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 = "11.1.1";
version = "11.2.0";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "v${version}";
hash = "sha256-m0yMOaWX9LqSCrUdx62zXZ73xXH/iW6x7bXkz1Fm8zA=";
hash = "sha256-AkLuclDm9qjVbpFqenlbgTWt/GAWzOj9d1lqgt6aPNo=";
};
nativeBuildInputs = [ cmake perl ];