3
0
Fork 0
forked from mirrors/nixpkgs

qpdf: 11.3.0 -> 11.4.0

This commit is contained in:
R. Ryantm 2023-05-27 18:38:58 +00:00
parent c0b553b619
commit 0daa28448f

View file

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