qpdf: 11.5.0 -> 11.6.1

This commit is contained in:
R. Ryantm 2023-09-13 01:28:10 +00:00
parent 79812f80f3
commit ad1eacd279

View file

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