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

qpdf: 11.1.0 -> 11.1.1
This commit is contained in:
Mario Rodas 2022-10-26 05:26:12 -05:00 committed by GitHub
commit 7df6ddc5ae
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.0";
version = "11.1.1";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "v${version}";
hash = "sha256-T06BLtDZN6ulJ9Po3LN1RlI6q8ddAfo95RAhyfrn+qg=";
hash = "sha256-m0yMOaWX9LqSCrUdx62zXZ73xXH/iW6x7bXkz1Fm8zA=";
};
nativeBuildInputs = [ cmake perl ];