qpdf: 11.2.0 -> 11.3.0

This commit is contained in:
R. Ryantm 2023-03-08 16:47:06 +00:00
parent a36fdb523f
commit 9f747c87f8

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qpdf";
version = "11.2.0";
version = "11.3.0";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "v${version}";
hash = "sha256-AkLuclDm9qjVbpFqenlbgTWt/GAWzOj9d1lqgt6aPNo=";
hash = "sha256-UZq973X93E+Ll1IKjfJNPQuQwBFOU3egFGODgXV21x0=";
};
nativeBuildInputs = [ cmake perl ];