qpdf: 11.4.0 -> 11.5.0

This commit is contained in:
R. Ryantm 2023-07-17 06:30:41 +00:00
parent 79d1725759
commit 68a039b31c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qpdf";
version = "11.4.0";
version = "11.5.0";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "v${version}";
hash = "sha256-cG8TxgWXZGol7X2eRQNeknMo4L8PoWSMvxOsDVO/Rx4=";
hash = "sha256-lojvsCgBsT7wVRLWfkeOduEYUG7ztI/uryM0WueWiL0=";
};
nativeBuildInputs = [ cmake perl ];