qpdf: 10.3.1 -> 10.3.2

This commit is contained in:
R. RyanTM 2021-08-17 16:25:00 +00:00
parent 739f0b22b7
commit 150eae7918

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qpdf";
version = "10.3.1";
version = "10.3.2";
src = fetchFromGitHub {
owner = "qpdf";
repo = "qpdf";
rev = "release-qpdf-${version}";
sha256 = "sha256-iZUJjr9e+d90XA8YEFFwyRR0HjgPgBi6V5gIpVQMcV8=";
sha256 = "sha256-fhn6hE/MLYiaOxZYfaVcj17V+h8Yvn18QTewS0rPIXE=";
};
nativeBuildInputs = [ perl ];