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

qpdf: 11.2.0 -> 11.3.0
This commit is contained in:
Mario Rodas 2023-03-10 21:00:36 -05:00 committed by GitHub
commit d5d5def458
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.2.0";
version = "11.3.0";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "v${version}";
hash = "sha256-AkLuclDm9qjVbpFqenlbgTWt/GAWzOj9d1lqgt6aPNo=";
hash = "sha256-UZq973X93E+Ll1IKjfJNPQuQwBFOU3egFGODgXV21x0=";
};
nativeBuildInputs = [ cmake perl ];