qpdf: 10.2.0 -> 10.3.1

This commit is contained in:
R. RyanTM 2021-03-30 17:10:46 +00:00
parent f15cbfdfcd
commit 247cb21992
1 changed files with 2 additions and 2 deletions

View File

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