Merge #234477: qpdf: 11.3.0 -> 11.4.0

...into staging
This commit is contained in:
Vladimír Čunát
2023-06-11 09:15:37 +02:00
+2 -2
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 ];