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

qpdf: 11.9.0 -> 11.9.1
This commit is contained in:
Leona Maroni 2024-06-08 18:55:08 +02:00 committed by GitHub
commit 80e66e0c4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qpdf";
version = "11.9.0";
version = "11.9.1";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "v${version}";
hash = "sha256-HD7+2TBDLBIt+VaPO5WgnDjNZOj8naltFmYdYzOIn+4=";
hash = "sha256-DhrOKjUPgNo61db8av0OTfM8mCNebQocQWtTWdt002s=";
};
nativeBuildInputs = [ cmake perl ];