qpdf: 11.9.0 -> 11.9.1

(cherry picked from commit fd8ff68ed8)
This commit is contained in:
R. Ryantm 2024-06-08 02:39:50 +00:00 committed by github-actions[bot]
parent 6dd3def358
commit 07e0036888

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 ];