qpdf: 11.8.0 -> 11.9.0

This commit is contained in:
R. Ryantm 2024-02-24 23:33:10 +00:00
parent d6cc5bb41d
commit 87c22ad506

View File

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